freetdm: use __WINDOWS__ and not WIN32
This commit is contained in:
parent
32b8bdb990
commit
227fb934cf
|
@ -143,7 +143,7 @@ extern "C" {
|
|||
return _STRINGS[(int)type]; \
|
||||
} \
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef __WINDOWS__
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#define FTDM_INVALID_SOCKET INVALID_HANDLE_VALUE
|
||||
|
|
Loading…
Reference in New Issue