Changeset 3698 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/glext.cpp
- Timestamp:
- Jul 18, 2007 5:15:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/glext.cpp
r3604 r3698 3 3 * VBox OpenGL helper functions 4 4 * 5 * OpenGL extensions 5 * OpenGL extensions 6 6 * 7 7 * References: http://oss.sgi.com/projects/ogl-sample/registry/ 8 8 * http://icps.u-strasbg.fr/~marchesin/perso/extensions/ 9 */ 10 11 /* 9 12 * 10 13 * Copyright (C) 2006-2007 innotek GmbH … … 78 81 } 79 82 80 #ifdef __WIN__83 #ifdef RT_OS_WINDOWS 81 84 void vboxwglSwapIntervalEXT (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) 82 85 { … … 105 108 pClient->ulLastError = GetLastError(); 106 109 } 107 #endif /* __WIN__*/110 #endif /* RT_OS_WINDOWS */
Note:
See TracChangeset
for help on using the changeset viewer.