changeset 756:ef17c8079f1d

Remove the compiler flag setting structure packing to 1 byte. The Windows API expect it to be 8 bytes. This didn't seem to cause problems on 32bit but 64bit was causing crashes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Mar 2011 15:34:05 +0000
parents f574028932cc
children d26bfc4cd1f0
files makefile.vc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.vc	Thu Mar 17 14:58:59 2011 +0000
+++ b/makefile.vc	Thu Mar 17 15:34:05 2011 +0000
@@ -47,7 +47,7 @@
 !endif
 
 CC = cl
-CFLAGS = -c -Zp1 $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DBUILD_DLL -I$(SRCDIR)\platform -I$(SRCDIR)
+CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DBUILD_DLL -I$(SRCDIR)\platform -I$(SRCDIR)
 CFLAGS_COMPILE = -MTd # was -MD
 LIBS = wsock32.lib kernel32.lib user32.lib comctl32.lib gdi32.lib advapi32.lib shell32.lib comdlg32.lib ole32.lib oleaut32.lib
 RES =