Update MainFrame.cpp

Use _WIN32 instead of __WINDOWS__
This commit is contained in:
Hykem 2015-07-11 12:29:47 +01:00
parent 916967a7d7
commit 3896c39ceb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "rpcs3.h"
#include "MainFrame.h"
#ifndef __WINDOWS__
#ifndef _WIN32
#include "frame_icon.xpm"
#endif