Changeset 3698 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/gldrv.h
- Timestamp:
- Jul 18, 2007 5:15:05 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/gldrv.h
r3471 r3698 1 1 /** @file 2 *3 2 * VBox OpenGL windows helper functions 4 3 */ … … 20 19 */ 21 20 22 #ifndef __ VBOXGLWIN__H23 #define __ VBOXGLWIN__H21 #ifndef ___VBOXGLWIN_H 22 #define ___VBOXGLWIN_H 24 23 25 24 #include <iprt/types.h> 26 25 27 #ifdef __WIN__26 #ifdef RT_OS_WINDOWS 28 27 #define VBOX_OGL_DEBUG_WINDOW_OUTPUT 29 28 #endif … … 52 51 53 52 54 #ifndef __WIN__53 #ifndef RT_OS_WINDOWS 55 54 56 55 typedef uint32_t DWORD; … … 153 152 RTUINTPTR vboxDrvIsExtensionAvailable(char *pszExtFunctionName); 154 153 155 #endif /* __VBOXGLWIN__H */154 #endif /* !___VBOXGLWIN_H */
Note:
See TracChangeset
for help on using the changeset viewer.