1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows 64-bit GL fix.

This commit is contained in:
jules 2011-12-22 09:52:15 +00:00
parent 932ee2ebf6
commit b00ae44410

View file

@ -114,8 +114,8 @@ enum
};
typedef char GLchar;
typedef long GLsizeiptr;
typedef long GLintptr;
typedef pointer_sized_int GLsizeiptr;
typedef pointer_sized_int GLintptr;
#define WGL_FUNCTION_LIST(USE_FUNCTION) \
USE_FUNCTION (wglChoosePixelFormatARB, BOOL, (HDC, const int*, const FLOAT*, UINT, int*, UINT*))\