Changeset 21954 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Aug 4, 2009 11:49:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_spu.h
r20635 r21954 146 146 typedef BOOL (WGL_APIENTRY *wglGetPixelFormatAttribfvEXTFunc_t)(HDC, int, int, UINT, int *, float *); 147 147 typedef const GLubyte *(WGL_APIENTRY *glGetStringFunc_t)( GLenum ); 148 typedef const GLubyte *(WGL_APIENTRY *wglGetExtensionsStringEXTFunc_t)( HDC ); 148 typedef const GLubyte *(WGL_APIENTRY *wglGetExtensionsStringEXTFunc_t)(); 149 typedef const GLubyte *(WGL_APIENTRY *wglGetExtensionsStringARBFunc_t)(HDC); 149 150 /*@}*/ 150 151 #elif defined(DARWIN)
Note:
See TracChangeset
for help on using the changeset viewer.