freetdm: use __WINDOWS__ and not WIN32

This commit is contained in:
Moises Silva 2010-05-18 15:51:07 -04:00
parent 32b8bdb990
commit 227fb934cf
1 changed files with 1 additions and 1 deletions

View File

@ -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