Changeset 13835 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Nov 5, 2008 2:34:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r11725 r13835 183 183 char szDriver[RTPATH_MAX]; 184 184 int rc = RTPathProgram(szDriver, sizeof(szDriver) - sizeof("\\VBoxDrv.sys")); 185 if ( VBOX_SUCCESS(rc))185 if (RT_SUCCESS(rc)) 186 186 { 187 187 strcat(szDriver, "\\VBoxDrv.sys"); … … 334 334 char szDriver[RTPATH_MAX]; 335 335 int rc = RTPathProgram(szDriver, sizeof(szDriver) - sizeof("\\VBoxDrv.sys")); 336 if ( VBOX_SUCCESS(rc))336 if (RT_SUCCESS(rc)) 337 337 { 338 338 strcat(szDriver, "\\VBoxDrv.sys");
Note:
See TracChangeset
for help on using the changeset viewer.