Changeset 6718 in vbox
- Timestamp:
- Feb 1, 2008 1:12:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp
r6717 r6718 76 76 STRUCT(VBoxSFRemove, 52); 77 77 STRUCT(VBoxSFRename, 64); 78 STRUCT(VBoxSFAddMapping, 52); /* changed after 1.5.4, not critical since only used by the host */ 78 79 /* The fofllowing requests are only available from the host */ 80 STRUCT(VBoxSFAddMapping, 52); 79 81 STRUCT(VBoxSFRemoveMapping, 28); 82 STRUCT(VBoxSFSetStatusLed, 28); 80 83 81 84 /*
Note:
See TracChangeset
for help on using the changeset viewer.