30 #ifndef WGL_HEADER_NEEDED
31 #error "wgl.h: why is this included from anywhere but ogl.h?"
36 #define WINGDIAPI __declspec(dllimport)
39 #define CALLBACK __stdcall
42 #define APIENTRY __stdcall
45 #define WINAPI __stdcall
48 #ifndef DECLARE_HANDLE
71 #define DECLARE_HANDLE(name) typedef HANDLE name
77 #ifndef _WCHAR_T_DEFINED
79 #define _WCHAR_T_DEFINED
WINGDIAPI HGLRC WINAPI wglCreateLayerContext(HDC, int)
WINGDIAPI BOOL WINAPI wglDeleteContext(HGLRC)
WINGDIAPI HGLRC WINAPI wglCreateContext(HDC)
WINGDIAPI BOOL WINAPI wglUseFontBitmapsA(HDC, DWORD, DWORD, DWORD)
WINGDIAPI HDC WINAPI wglGetCurrentDC()
WINGDIAPI BOOL WINAPI wglUseFontBitmapsW(HDC, DWORD, DWORD, DWORD)
WINGDIAPI HGLRC WINAPI wglGetCurrentContext()
WINGDIAPI PROC WINAPI wglGetProcAddress(LPCSTR)
WINGDIAPI BOOL WINAPI wglShareLists(HGLRC, HGLRC)
WINGDIAPI BOOL WINAPI wglCopyContext(HGLRC, HGLRC, UINT)
#define DECLARE_HANDLE(name)
WINGDIAPI BOOL WINAPI wglMakeCurrent(HDC, HGLRC)