Build fix after removing DOS checks
After removing the "#if ...DOS...", the following #elif also must be adjusted. See https://github.com/wxWidgets/wxWidgets/pull/100
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
finally for Unix-like systems
|
||||
Mac OS X matches this case (__MACH__), prior Mac OS do not.
|
||||
*/
|
||||
#elif defined(__UNIX__) || defined(__unix) || defined(__unix__) || \
|
||||
#if defined(__UNIX__) || defined(__unix) || defined(__unix__) || \
|
||||
defined(____SVR4____) || defined(__LINUX__) || defined(__sgi) || \
|
||||
defined(__hpux) || defined(sun) || defined(__SUN__) || defined(_AIX) || \
|
||||
defined(__VMS) || defined(__BEOS__) || defined(__MACH__)
|
||||
|
Reference in New Issue
Block a user