Go to the source code of this file.
Functions | |
WINGDIAPI const char *APIENTRY | wglGetExtensionsStringARB (HDC hdc) |
WINGDIAPI const char* APIENTRY wglGetExtensionsStringARB | ( | HDC | hdc | ) |
Definition at line 33 of file stw_wgl_arbextensionsstring.c.
00035 { 00036 (void) hdc; 00037 00038 return 00039 "WGL_ARB_extensions_string " 00040 "WGL_ARB_multisample " 00041 "WGL_ARB_pixel_format"; 00042 }