moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-10-16 10:25:56 +00:00
parent d4864e971b
commit 0cc66b6c0b
5 changed files with 223 additions and 182 deletions

View File

@@ -14,12 +14,7 @@
#ifndef __GSOCKET_STANDALONE__
#include "wx/setup.h"
/* kludge for GTK.. gsockgtk.c craps out miserably if we include
defs.h ... no idea how other files get away with it.. */
#if !defined( __WXMSW__ ) && !defined( WXDLLIMPEXP_NET )
#define WXDLLIMPEXP_NET
#endif
#include "wx/dlimpexp.h" // for WXDLLIMPEXP_NET
#endif