??
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b44d69bae3
commit
a02b243269
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
#define BSDTYPES
|
||||
#define HAVE_UNISTD_H 0
|
||||
/* GRG: added check for MINGW32 */
|
||||
#elif (defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)) && !defined(__MINGW32__)
|
||||
#elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)
|
||||
#define BSDTYPES
|
||||
#elif defined(OS2_16) || defined(OS2_32)
|
||||
#define BSDTYPES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue