compilation fix for some Unicode builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-10-24 20:12:07 +00:00
parent e4a8a17202
commit a3f7fa6267
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,8 @@
#include <winsock.h>
#ifndef __GSOCKET_STANDALONE__
# include "wx/setup.h"
# include "wx/platform.h"
# include "wx/setup.h"
#endif
#if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)

View File

@@ -36,7 +36,8 @@
#endif
#ifndef __GSOCKET_STANDALONE__
#include "wx/setup.h"
# include "wx/platform.h"
# include "wx/setup.h"
#endif
#if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)