projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix for old SDKs (VC6...) which don't define HDM_SETBITMAPMARGIN/Header_S...
[wxWidgets.git]
/
src
/
expat
/
lib
/
xmltok.c
diff --git
a/src/expat/lib/xmltok.c
b/src/expat/lib/xmltok.c
index 9188afebf1ab35752ab53915bcdb763c9dd6baa4..9ed6d0333d6fd1534d5b76737830d810b2e21926 100644
(file)
--- a/
src/expat/lib/xmltok.c
+++ b/
src/expat/lib/xmltok.c
@@
-6,6
+6,8
@@
#include "winconfig.h"
#elif defined(OS2_32)
#include "os2config.h"
+#elif defined(__MSDOS__)
+#include "dosconfig.h"
#elif defined(MACOS_CLASSIC)
#include "macconfig.h"
#else