Changeset 3475 in vbox for trunk/src/VBox
- Timestamp:
- Jul 5, 2007 3:17:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/glext.cpp
r3472 r3475 30 30 #define LOG_GROUP LOG_GROUP_SHARED_OPENGL 31 31 #include <VBox/log.h> 32 #include <string.h> 32 33 33 34 /** … … 77 78 } 78 79 80 #ifdef __WIN__ 79 81 void vboxwglSwapIntervalEXT (VBOXOGLCTX *pClient, uint8_t *pCmdBuffer) 80 82 { … … 103 105 pClient->ulLastError = GetLastError(); 104 106 } 107 #endif /* __WIN__ */
Note:
See TracChangeset
for help on using the changeset viewer.