File: MyGUI_Platform.h

package info (click to toggle)
mygui 3.2.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,224 kB
  • sloc: cpp: 118,031; ansic: 30,202; xml: 15,544; cs: 12,602; tcl: 776; python: 417; makefile: 34
file content (16 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// this replaces MyGUI_Platform.h, because cppcheck can't parse defines there.
// to use it add this file to cppcheck include directories before(!) other
// include directories while checking something like:
// # cppcheck trunk/MyGUIEngine/src -I trunk/Scripts/cppcheck -I trunk/MyGUIEngine/include --enable=all

#ifndef MYGUI_PLATFORM_H_
#define MYGUI_PLATFORM_H_

#define MYGUI_PLATFORM 1
#define MYGUI_COMPILER 2
#define MYGUI_FORCEINLINE
#define MYGUI_EXPORT
#define MYGUI_EXPORT_DLL
#define MYGUI_DEBUG_MODE 1

#endif // MYGUI_PLATFORM_H_