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