// // Includes // #include "wglExtensionsStringARB.h" #include #include PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB; void initExtensionsStringARB(HDC hDC) { INIT_FUNCT_PTR(wglGetExtensionsStringARB, PFNWGLGETEXTENSIONSSTRINGARBPROC); }