gizmos fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-19 12:03:47 +00:00
parent 29e499cfc2
commit 936a13b501
11 changed files with 123 additions and 346 deletions

View 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