projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A few little cleanups, etc.
[wxWidgets.git]
/
src
/
msw
/
mimetype.cpp
diff --git
a/src/msw/mimetype.cpp
b/src/msw/mimetype.cpp
index d69a196151911b00246c74b8224bec38601d3fa9..53a0551e81464ef09a9482d966ff07778ff8778a 100644
(file)
--- a/
src/msw/mimetype.cpp
+++ b/
src/msw/mimetype.cpp
@@
-20,7
+20,9
@@
#pragma hdrstop
#endif
-// this is Win32 only code
+#if wxUSE_MIMETYPE
+
+// Doesn't compile in WIN16 mode
#ifndef __WIN16__
#ifndef WX_PRECOMP
@@
-827,3
+829,5
@@
bool wxFileTypeImpl::RemoveDescription()
#endif
// __WIN16__
+
+#endif // wxUSE_MIMETYPE