Add '-D_UNICODE' to windows compile args. On windows, this will cause the file IO use wide character API, to properly support non-ansi characters.

This commit is contained in:
Andrew Resch 2008-07-10 05:15:36 +00:00
parent 053cba31cb
commit 5d53128d92

View file

@ -106,6 +106,7 @@ if windows_check():
"-DTORRENT_LINKING_SHARED",
"-DWIN32",
"-DUNICODE",
"-D_UNICODE",
"/GR",
"/Zc:wchar_t",
]