Doomsday now correctly uses wchar_t strings in the UNICODE build. The appropriate conversions are applied when necessary. Note that this only applies to the use of Win32 API. All strings inside the engine are regular ANSI strings.
Also, cURL is now considered an external SDK and dep_curl.pri configures it accordingly. The existing curl headers and libs under doomsday/external have been deleted.
Win32: Fixed qmake/UNICODE build; updated cURL
Doomsday now correctly uses wchar_t strings in the UNICODE build.
The appropriate conversions are applied when necessary. Note that
this only applies to the use of Win32 API. All strings inside
the engine are regular ANSI strings.
Also, cURL is now considered an external SDK and dep_curl.pri
configures it accordingly. The existing curl headers and libs under
doomsday/external have been deleted.