]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mimetype.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / msw / mimetype.cpp
index d69a196151911b00246c74b8224bec38601d3fa9..53a0551e81464ef09a9482d966ff07778ff8778a 100644 (file)
@@ -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