mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Make compile with msvc, clang and gcc on Windows
This commit is contained in:
parent
ed75bab7b2
commit
0c94606fcf
60 changed files with 519 additions and 4584 deletions
|
|
@ -7,8 +7,10 @@
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <codecvt>
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "Winhttp.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
LOG_CHANNEL(cellHttpUtil);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue