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:
parent
b2c3ad614f
commit
31473d5ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue