wxluadebugdefs.h

Go to the documentation of this file.
00001 ///////////////////////////////////////////////////////////////////////////////
00002 // Name:        wxluadebugdefs.h
00003 // Purpose:     definitions for wxLuaDebug module
00004 // Author:      Francesco Montorsi
00005 // Modified by:
00006 // Created:     20/5/2006
00007 // RCS-ID:      $Id: wxluadebugdefs.h,v 1.3 2006/09/04 18:07:55 jrl1 Exp $
00008 // Copyright:   (c) Francesco Montorsi
00009 // Licence:     wxWidgets licence
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 // WXDLLIMPEXP macros
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__
Generated on Tue Jul 13 10:30:39 2010 for wxLua by  doxygen 1.6.3