mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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 "MainFrame.h"
|
||||
|
||||
#ifndef __WINDOWS__
|
||||
#ifndef _WIN32
|
||||
#include "frame_icon.xpm"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue