mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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…
x
Reference in New Issue
Block a user