Changeset 6722 in vbox for trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
- Timestamp:
- Feb 1, 2008 3:25:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
r6718 r6722 62 62 STRUCT(SHFLVOLINFO, 40); 63 63 STRUCT(VBoxSFQueryMappings, 52); 64 STRUCT(VBoxSFQueryMapName, 40); /* this was changed from 52 in 21976 after VBox-1.4 )*/64 STRUCT(VBoxSFQueryMapName, 40); /* this was changed from 52 in 21976 after VBox-1.4. */ 65 65 STRUCT(VBoxSFMapFolder_Old, 52); 66 66 STRUCT(VBoxSFMapFolder, 64); … … 77 77 STRUCT(VBoxSFRename, 64); 78 78 79 /* The fo fllowing requests are only available from the host*/79 /* The following requests are only available from the host. */ 80 80 STRUCT(VBoxSFAddMapping, 52); 81 81 STRUCT(VBoxSFRemoveMapping, 28);
Note:
See TracChangeset
for help on using the changeset viewer.