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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user