Remove msdos code now in src/msdos, update bakefiles and regenerate.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-25 10:28:59 +00:00
parent d6b47de61b
commit 83d8eb470b
8 changed files with 117 additions and 143 deletions

View File

@@ -56,6 +56,8 @@
#elif defined(__WXPM__) || defined (__EMX__)
#include "wx/os2/mimetype.h"
#undef __UNIX__
#elif defined(__DOS__)
#include "wx/msdos/mimetype.h"
#else // Unix
#include "wx/unix/mimetype.h"
#endif