diff options
author | rpj <rpj> | 2011-03-06 15:01:05 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-06 15:01:05 +0000 |
commit | a39dab139b7c301ffd5a5592c292123c54e686cd (patch) | |
tree | 73aeb7a868f7c075de9ec43344d17d21f99763f9 /Makefile | |
parent | 1183e5acfa10c7bda1dc39034d6e2fa6dec6016f (diff) |
More 64 bit cast fixups
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ STATIC_STAMPS = pthreadVCE$(DLL_VER).static pthreadVSE$(DLL_VER).static pthreadV OPTIM = /O2 /Ob2 OPTIMD = -CFLAGS = /W3 /MD /nologo /I. /D_WIN32_WINNT=0x400 /DHAVE_CONFIG_H +CFLAGS = /W3 /MD /nologo /I. /D_WIN32_WINNT=0x400 /DHAVE_PTW32_CONFIG_H CFLAGSD = /Z7 $(CFLAGS) # Uncomment this if config.h defines RETAIN_WSALASTERROR |