creaSystem.h

Go to the documentation of this file.
00001 
00002 #ifndef _$PROJECT_NAME$SYSTEM_H_
00003 #define _$PROJECT_NAME$SYSTEM_H_
00004 
00005 
00006 // Windoze related troubles (as usual)
00007 
00008 //-----------------------------------------------------------------------------
00009 
00010 #if defined(_WIN32)
00011   #ifdef $PROJECT_NAME$_EXPORT_SYMBOLS
00012     #define $PROJECT_NAME$_EXPORT __declspec( dllexport )
00013 #else
00014     #define $PROJECT_NAME$_EXPORT __declspec( dllimport )
00015   #endif
00016   #define $PROJECT_NAME$_CDECL __cdecl
00017 #else
00018   #define $PROJECT_NAME$_EXPORT
00019   #define $PROJECT_NAME$_CDECL
00020 #endif // defined(_WIN32)
00021 
00022 #ifdef __BORLANDC__
00023   #include <mem.h>
00024 #endif
00025 
00026 #endif

Generated on Thu May 31 15:12:20 2012 for bbtkGEditor by  doxygen 1.5.7.1