projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added configtool to configure and Makefile.in
[wxWidgets.git]
/
src
/
msw
/
dummy.cpp
diff --git
a/src/msw/dummy.cpp
b/src/msw/dummy.cpp
index ae232c15c761ab64b7770f33c04bd126e8324059..4829376c7c7f75dfe6ab8afaba18a12c7af15f45 100644
(file)
--- a/
src/msw/dummy.cpp
+++ b/
src/msw/dummy.cpp
@@
-30,7
+30,7
@@
// Foils optimizations in Visual C++ (see also app.cpp). Without it,
// dummy.obj isn't linked and we get a linker error.
-#if defined(__VISUALC__)
+#if defined(__VISUALC__)
&& defined(__WIN16__)
char wxDummyChar = 0;
#endif