projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor fix that was part of helpbest.patch
[wxWidgets.git]
/
src
/
common
/
file.cpp
diff --git
a/src/common/file.cpp
b/src/common/file.cpp
index f0209434b2f854d80eebf7d0f210f133e2fabf45..b662a72b34428070b4c1539b6d3a4f4572f236b6 100644
(file)
--- a/
src/common/file.cpp
+++ b/
src/common/file.cpp
@@
-28,7
+28,7
@@
#if wxUSE_FILE
// standard
-#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__)
+#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__)
&& !defined(__WXMICROWIN__)
#include <io.h>
#ifndef __SALFORDC__