#ifdef OPENGL32_H #define OPENGL32_H #include "minwin.h" HGLRC WINAPI wglCreateContext(HDC hdc); BOOL WINAPI wglMakeCurrent(HDC hdc, HGLRC hglrc); PROC WINAPI wglGetProcAddress(LPCSTR lpszProc); #endif