gizmos fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
contrib/include/wx/gizmos/gizmos.h
Normal file
12
contrib/include/wx/gizmos/gizmos.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _WX_GIZMOS_H_
|
||||
#define _WX_GIZMOS_H_
|
||||
|
||||
#ifdef WXMAKINGDLL_GIZMOS
|
||||
#define WXDLLIMPEXP_GIZMOS WXEXPORT
|
||||
#elif defined(WXUSINGDLL)
|
||||
#define WXDLLIMPEXP_GIZMOS WXIMPORT
|
||||
#else // not making nor using DLL
|
||||
#define WXDLLIMPEXP_GIZMOS
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user