removing windows lind endings

master
Leyla Farazha 2010-06-10 14:15:06 -07:00
parent 3811815c05
commit 41bee5cfe8
1 changed files with 4 additions and 4 deletions

View File

@ -41,10 +41,10 @@
# define WIN32_LEAN_AND_MEAN
# include <winsock2.h>
# include <windows.h>
# define _interlockedbittestandset _renamed_interlockedbittestandset
# define _interlockedbittestandreset _renamed_interlockedbittestandreset
# include <intrin.h>
# undef _interlockedbittestandset
# define _interlockedbittestandset _renamed_interlockedbittestandset
# define _interlockedbittestandreset _renamed_interlockedbittestandreset
# include <intrin.h>
# undef _interlockedbittestandset
# undef _interlockedbittestandreset
#endif