projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Couple of unicode fixes (the #if should be wxUSE_UNICODE, not wxUNICODE,
[wxWidgets.git]
/
src
/
common
/
sckfile.cpp
diff --git
a/src/common/sckfile.cpp
b/src/common/sckfile.cpp
index a4487f8df08572220a6d66bce81f784d0f68272d..6c472fe2241826786eeb43232af8c09e323ff7eb 100644
(file)
--- a/
src/common/sckfile.cpp
+++ b/
src/common/sckfile.cpp
@@
-16,14
+16,15
@@
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
-#if wxUSE_SOCKETS
-
#ifndef WX_PRECOMP
+ #include "wx/defs.h"
#endif
+#if wxUSE_SOCKETS
+
#include <stdio.h>
#include <wx/wfstream.h>
#include <wx/protocol/file.h>