Changeset 35705 in vbox
- Timestamp:
- Jan 25, 2011 12:10:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r35704 r35705 1039 1039 if ( ( !_tcsicmp(argv[2], _T("install")) 1040 1040 || !_tcsicmp(argv[2], _T("uninstall"))) 1041 && argc == 4)1041 && argc >= 4) 1042 1042 { 1043 1043 if (OSinfo.dwMajorVersion < 5)
Note:
See TracChangeset
for help on using the changeset viewer.