vs2008sp1 fix - hydri

This commit is contained in:
Marcos Pinto 2008-12-26 04:52:44 +00:00
parent 0574c5a125
commit bb28b70887
1 changed files with 1 additions and 0 deletions

View File

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