projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h
[wxWidgets.git]
/
src
/
msw
/
gsockmsw.c
diff --git
a/src/msw/gsockmsw.c
b/src/msw/gsockmsw.c
index 4827241cffde2d0ef9d51283e71d6507f26ac863..a51169eaf0e79686a730aa600854cee8b345ed83 100644
(file)
--- a/
src/msw/gsockmsw.c
+++ b/
src/msw/gsockmsw.c
@@
-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__)