Changeset 13890 in vbox for trunk/include/VBox
- Timestamp:
- Nov 5, 2008 7:53:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hgcmsvc.h
r13868 r13890 109 109 { 110 110 int rc = VINF_SUCCESS; 111 if (type != VBOX_HGCM_SVC_PARM_ 64BIT)111 if (type != VBOX_HGCM_SVC_PARM_32BIT) 112 112 rc = VERR_INVALID_PARAMETER; 113 113 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.