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:
parent
932ee2ebf6
commit
b00ae44410
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ enum
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef char GLchar;
|
typedef char GLchar;
|
||||||
typedef long GLsizeiptr;
|
typedef pointer_sized_int GLsizeiptr;
|
||||||
typedef long GLintptr;
|
typedef pointer_sized_int GLintptr;
|
||||||
|
|
||||||
#define WGL_FUNCTION_LIST(USE_FUNCTION) \
|
#define WGL_FUNCTION_LIST(USE_FUNCTION) \
|
||||||
USE_FUNCTION (wglChoosePixelFormatARB, BOOL, (HDC, const int*, const FLOAT*, UINT, int*, UINT*))\
|
USE_FUNCTION (wglChoosePixelFormatARB, BOOL, (HDC, const int*, const FLOAT*, UINT, int*, UINT*))\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue