wxluadebugdefs.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef __WX_WXLUADEBUGDEFS_H__
00013 #define __WX_WXLUADEBUGDEFS_H__
00014
00015 #include "wx/defs.h"
00016
00017 #include "wxlua/include/wxldefs.h"
00018
00019
00020
00021
00022
00023 #ifdef WXMAKINGDLL_WXLUADEBUG
00024 #define WXDLLIMPEXP_WXLUADEBUG WXEXPORT
00025 #define WXDLLIMPEXP_DATA_WXLUADEBUG(type) WXEXPORT type
00026 #elif defined(WXUSINGDLL)
00027 #define WXDLLIMPEXP_WXLUADEBUG WXIMPORT
00028 #define WXDLLIMPEXP_DATA_WXLUADEBUG(type) WXIMPORT type
00029 #else // not making nor using DLL
00030 #define WXDLLIMPEXP_WXLUADEBUG
00031 #define WXDLLIMPEXP_DATA_WXLUADEBUG(type) type
00032 #endif
00033
00034 #endif // __WX_WXLUADEBUGDEFS_H__