projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed no-longer-needed hack
[wxWidgets.git]
/
src
/
msw
/
dummydll.cpp
diff --git
a/src/msw/dummydll.cpp
b/src/msw/dummydll.cpp
index 1a594077d8ccf77b4047aa3fecf6662b587219a0..f1a29bcf1ed5a3e6bcb0621bc8b4b6ecfced7ca9 100644
(file)
--- a/
src/msw/dummydll.cpp
+++ b/
src/msw/dummydll.cpp
@@
-19,7
+19,7
@@
// Foils optimizations in Visual C++ (see also app.cpp). Without it,
// dummy.obj isn't linked and we get a linker error.
// 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__)
&& defined(__WIN16__)
+#if defined(__VISUALC__)
char wxDummyChar=0;
#endif
char wxDummyChar=0;
#endif