mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Fix slashes for Windows :p
This commit is contained in:
parent
cad7a05848
commit
39d1e21802
7 changed files with 34 additions and 17 deletions
|
@ -34,6 +34,10 @@
|
|||
#include <wx/wxprec.h>
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#define wx_str() ToStdString().c_str()
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue