- Timestamp:
- Nov 20, 2008 9:55:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hgcmsvc.h
r13890 r14389 59 59 * 3.2->3.3 Because pfnDisconnectClient helper was added 60 60 * 3.3->4.1 Because the pvService entry and parameter was added 61 */ 62 #define VBOX_HGCM_SVC_VERSION_MAJOR (0x0004) 61 * 4.1->4.2 Because the VBOX_HGCM_SVC_PARM_CALLBACK parameter type was added 62 * 4.2->5.1 Removed the VBOX_HGCM_SVC_PARM_CALLBACK parameter type, as 63 * this problem is already solved by service extension callbacks 64 */ 65 #define VBOX_HGCM_SVC_VERSION_MAJOR (0x0005) 63 66 #define VBOX_HGCM_SVC_VERSION_MINOR (0x0001) 64 67 #define VBOX_HGCM_SVC_VERSION ((VBOX_HGCM_SVC_VERSION_MAJOR << 16) + VBOX_HGCM_SVC_VERSION_MINOR)
Note:
See TracChangeset
for help on using the changeset viewer.