# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1300376045 0 # Node ID ef17c8079f1db5666423f5ef14aba8a673a70d90 # Parent f574028932cca012aec85cf1be1a4453cafe4044 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. diff -r f574028932cc -r ef17c8079f1d makefile.vc --- 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 =