MS-DOS cross-compilation w/ DJGPP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-12-15 23:15:39 +00:00
parent d00407b2c6
commit f9bc168497
3 changed files with 712 additions and 654 deletions

View File

@@ -88,6 +88,9 @@
/* PowerPC Darwin & Mac OS X */
#undef __POWERPC__
/* MS-DOS with DJGPP */
#undef __DOS__
/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
#ifndef __WINDOWS__
#undef __WINDOWS__