libidxgui
|
00001 #ifndef DEFINES_IDXGUI_H_ 00002 #define DEFINES_IDXGUI_H_ 00003 00004 #include "defines.h" 00005 00006 // maximum height or width size 00007 #define WIN_MAX_SIZE 80000 00008 00009 #ifdef LIBIDXGUI // we are inside the library 00010 #define IDXGUIEXPORT EXPORT 00011 #else // we are outside 00012 #define IDXGUIEXPORT IMPORT 00013 #endif 00014 00015 #endif /* DEFINES_IDXGUI_H_*/