From: Moises Silva Date: Tue, 18 May 2010 19:51:07 +0000 (-0400) Subject: freetdm: use __WINDOWS__ and not WIN32 X-Git-Tag: git2svn-syncpoint-master~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227fb934cf14c98249046aef03bc8c4dfa7df906;p=thirdparty%2Ffreeswitch.git freetdm: use __WINDOWS__ and not WIN32 --- diff --git a/libs/freetdm/src/include/ftdm_declare.h b/libs/freetdm/src/include/ftdm_declare.h index 849e3f91bc..03071a60bb 100644 --- a/libs/freetdm/src/include/ftdm_declare.h +++ b/libs/freetdm/src/include/ftdm_declare.h @@ -143,7 +143,7 @@ extern "C" { return _STRINGS[(int)type]; \ } \ -#ifdef WIN32 +#ifdef __WINDOWS__ #include #include #define FTDM_INVALID_SOCKET INVALID_HANDLE_VALUE