diff options
Diffstat (limited to 'lib/errno.in.h')
| -rw-r--r-- | lib/errno.in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/errno.in.h b/lib/errno.in.h index 8d2f3074fab..b95c4e9ce76 100644 --- a/lib/errno.in.h +++ b/lib/errno.in.h | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | /* On native Windows platforms, many macros are not defined. */ | 32 | /* On native Windows platforms, many macros are not defined. */ |
| 33 | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | 33 | # if defined _WIN32 && ! defined __CYGWIN__ |
| 34 | 34 | ||
| 35 | /* These are the same values as defined by MSVC 10, for interoperability. */ | 35 | /* These are the same values as defined by MSVC 10, for interoperability. */ |
| 36 | 36 | ||
| @@ -248,7 +248,7 @@ | |||
| 248 | interoperability. */ | 248 | interoperability. */ |
| 249 | # define EOWNERDEAD 58 | 249 | # define EOWNERDEAD 58 |
| 250 | # define ENOTRECOVERABLE 59 | 250 | # define ENOTRECOVERABLE 59 |
| 251 | # elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | 251 | # elif defined _WIN32 && ! defined __CYGWIN__ |
| 252 | /* We have a conflict here: pthreads-win32 defines these values | 252 | /* We have a conflict here: pthreads-win32 defines these values |
| 253 | differently than MSVC 10. It's hairy to decide which one to use. */ | 253 | differently than MSVC 10. It's hairy to decide which one to use. */ |
| 254 | # if defined __MINGW32__ && !defined USE_WINDOWS_THREADS | 254 | # if defined __MINGW32__ && !defined USE_WINDOWS_THREADS |