Changeset 78263 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Apr 23, 2019 6:41:06 PM (6 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_spu.h
r78190 r78263 114 114 typedef int (WGL_APIENTRY *wglDescribePixelFormatFunc_t)(HDC, int, UINT, CONST PIXELFORMATDESCRIPTOR *); 115 115 typedef int (WGL_APIENTRY *wglSetPixelFormatFunc_t)(HDC, int, CONST PIXELFORMATDESCRIPTOR *); 116 typedef HGLRC (WGL_APIENTRY *wglGetCurrentContextFunc_t)( );117 typedef PROC (WGL_APIENTRY *wglGetProcAddressFunc_t)( );116 typedef HGLRC (WGL_APIENTRY *wglGetCurrentContextFunc_t)(void); 117 typedef PROC (WGL_APIENTRY *wglGetProcAddressFunc_t)(LPCSTR Arg1); 118 118 typedef BOOL (WGL_APIENTRY *wglChoosePixelFormatEXTFunc_t)(HDC, const int *, const FLOAT *, UINT, int *, UINT *); 119 119 typedef BOOL (WGL_APIENTRY *wglGetPixelFormatAttribivEXTFunc_t)(HDC, int, int, UINT, int *, int *); 120 120 typedef BOOL (WGL_APIENTRY *wglGetPixelFormatAttribfvEXTFunc_t)(HDC, int, int, UINT, int *, float *); 121 121 typedef const GLubyte *(WGL_APIENTRY *glGetStringFunc_t)( GLenum ); 122 typedef const GLubyte *(WGL_APIENTRY *wglGetExtensionsStringEXTFunc_t)( );122 typedef const GLubyte *(WGL_APIENTRY *wglGetExtensionsStringEXTFunc_t)(void); 123 123 typedef const GLubyte *(WGL_APIENTRY *wglGetExtensionsStringARBFunc_t)(HDC); 124 124 /*@}*/ -
trunk/src/VBox/GuestHost/OpenGL/include/cr_unpack.h
r78198 r78263 94 94 return; \ 95 95 } \ 96 size_t int_cbAccessVerified = (a_cbAccess) 96 size_t int_cbAccessVerified = (a_cbAccess); RT_NOREF(int_cbAccessVerified) 97 97 98 98 #define CHECK_BUFFER_SIZE_STATIC_LAST(a_pState, a_offAccessLast, a_Type) CHECK_BUFFER_SIZE_STATIC(a_pState, (a_offAccessLast) + sizeof( a_Type ))
Note:
See TracChangeset
for help on using the changeset viewer.