vs2008sp1 fix - hydri

This commit is contained in:
Marcos Pinto 2008-12-26 04:52:44 +00:00
commit 7e2eb46371

View file

@ -75,6 +75,7 @@ if windows_check():
"-D_UNICODE", "-D_UNICODE",
"/GR", "/GR",
"/Zc:wchar_t", "/Zc:wchar_t",
"/EHsc",
] ]
else: else:
_extra_compile_args += ["-Wno-missing-braces"] _extra_compile_args += ["-Wno-missing-braces"]