mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Update MainFrame.cpp
Use _WIN32 instead of __WINDOWS__
This commit is contained in:
parent
916967a7d7
commit
3896c39ceb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include "rpcs3.h"
|
#include "rpcs3.h"
|
||||||
#include "MainFrame.h"
|
#include "MainFrame.h"
|
||||||
|
|
||||||
#ifndef __WINDOWS__
|
#ifndef _WIN32
|
||||||
#include "frame_icon.xpm"
|
#include "frame_icon.xpm"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue