mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
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:
parent
053cba31cb
commit
5d53128d92
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -106,6 +106,7 @@ if windows_check():
|
|||
"-DTORRENT_LINKING_SHARED",
|
||||
"-DWIN32",
|
||||
"-DUNICODE",
|
||||
"-D_UNICODE",
|
||||
"/GR",
|
||||
"/Zc:wchar_t",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue