Changeset 719 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
- Timestamp:
- Feb 6, 2007 4:40:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r1 r719 24 24 #define __VBGLINTERNAL__H 25 25 26 /* I have added this include here as 27 a) This file is always included before VBGLInternal and 28 b) It contains a definition for VBGLHGCMHANDLE, so we definitely do not 29 need to redefine that here. The C (without ++) compiler was complaining 30 that it was defined twice. 31 */ 32 #include <VBox/VBoxGuestLib.h> 33 26 34 #if (defined(DEBUG) && !defined(NO_LOGGING)) || defined(LOG_ENABLED) 27 35 #include <VBox/log.h> … … 47 55 VBGLDRIVER driver; 48 56 }; 49 50 typedef struct VBGLHGCMHANDLEDATA *VBGLHGCMHANDLE;51 57 #endif 52 58 … … 60 66 typedef struct _VBGLDATA 61 67 { 62 VbglLibStatus status;68 enum VbglLibStatus status; 63 69 64 70 VBGLIOPORT portVMMDev;
Note:
See TracChangeset
for help on using the changeset viewer.