and yet once more to fix gtk compilation.. this is a nasty kludge

though, if anyone knows better, please do..


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee 2002-07-02 01:21:09 +00:00
parent b856b0f52b
commit ab8af15fed

View File

@ -13,6 +13,14 @@
#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( WXDLLEXPORT )
#define WXDLLEXPORT
#endif
#endif
#if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)