]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mimetype.cpp
Added files for wxNotebook and wxCocoaNSTabView
[wxWidgets.git] / src / msw / mimetype.cpp
index 78eb544ea93a131891a3129d7d36293b1f7461c6..bd6edf88f5f84fd5eac096a9ac904a91a19ada81 100644 (file)
@@ -22,9 +22,6 @@
 
 #if wxUSE_MIMETYPE
 
-// Doesn't compile in WIN16 mode
-#ifndef __WIN16__
-
 #ifndef WX_PRECOMP
     #include "wx/string.h"
     #if wxUSE_GUI
@@ -822,7 +819,4 @@ bool wxFileTypeImpl::RemoveDescription()
     return !rkey.Exists() || rkey.DeleteSelf();
 }
 
-#endif
-  // __WIN16__
-
 #endif // wxUSE_MIMETYPE