mirror of https://github.com/PCSX2/pcsx2.git
zzogl-pg: Add some includes in ZZoglShaders for Windows.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3794 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
47cf781130
commit
8c552f4f2e
|
@ -25,6 +25,12 @@
|
|||
#include "ZZoglShaders.h"
|
||||
#include "zpipe.h"
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
# include "Win32.h"
|
||||
extern HINSTANCE hInst;
|
||||
#endif
|
||||
|
||||
// ----------------- Defines
|
||||
|
||||
using namespace ZeroGS;
|
||||
|
|
Loading…
Reference in New Issue