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:
Jake.Stine 2010-03-29 20:45:48 +00:00
parent 6ffb25cb83
commit dc95fc1d6c
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ struct RECT
#endif // linux basic definitions
#undef CreateWindow // Undo Windows.h global namespace pollution
class GLWindow
{
private: