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,6 +30,7 @@
#include <winsock.h>
#ifndef __GSOCKET_STANDALONE__
# include "wx/platform.h"
# include "wx/setup.h"
#endif

View File

@@ -36,6 +36,7 @@
#endif
#ifndef __GSOCKET_STANDALONE__
# include "wx/platform.h"
# include "wx/setup.h"
#endif