mirror of https://github.com/PCSX2/pcsx2.git
Fix some linux compilation errors in GSnull and PCSX2.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2096 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
eabfe8bf4f
commit
5270b02b89
|
@ -225,6 +225,7 @@
|
||||||
<Unit filename="../SamplProf.h" />
|
<Unit filename="../SamplProf.h" />
|
||||||
<Unit filename="../SaveState.cpp" />
|
<Unit filename="../SaveState.cpp" />
|
||||||
<Unit filename="../SaveState.h" />
|
<Unit filename="../SaveState.h" />
|
||||||
|
<Unit filename="../ShiftJisToUnicode.cpp" />
|
||||||
<Unit filename="../Sif.cpp" />
|
<Unit filename="../Sif.cpp" />
|
||||||
<Unit filename="../Sif.h" />
|
<Unit filename="../Sif.h" />
|
||||||
<Unit filename="../Sifcmd.h" />
|
<Unit filename="../Sifcmd.h" />
|
||||||
|
|
|
@ -23,6 +23,7 @@ struct _keyEvent;
|
||||||
typedef struct _keyEvent keyEvent;
|
typedef struct _keyEvent keyEvent;
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include "Pcsx2Defs.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include "Windows/GSwin.h"
|
# include "Windows/GSwin.h"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue