Update MainFrame.cpp
Use _WIN32 instead of __WINDOWS__
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "rpcs3.h"
|
||||
#include "MainFrame.h"
|
||||
|
||||
#ifndef __WINDOWS__
|
||||
#ifndef _WIN32
|
||||
#include "frame_icon.xpm"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user