mirror of https://github.com/PCSX2/pcsx2.git
zzogl-pg: compilation error fix, caused by windows.h gratuitous namespace pollution (it's a common problem, CreateWindow being a macro and all)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2792 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6ffb25cb83
commit
dc95fc1d6c
|
@ -127,6 +127,8 @@ struct RECT
|
|||
|
||||
#endif // linux basic definitions
|
||||
|
||||
#undef CreateWindow // Undo Windows.h global namespace pollution
|
||||
|
||||
class GLWindow
|
||||
{
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue