- Timestamp:
- Oct 27, 2010 10:45:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r33490 r33491 901 901 } 902 902 903 if (dwErr != NO_ERROR) 903 if ( RT_SUCCESS(rc) 904 && dwErr != NO_ERROR) 904 905 { 905 906 /* … … 925 926 } 926 927 } 927 else928 rc = VINF_SUCCESS;929 928 return rc; 930 929 }
Note:
See TracChangeset
for help on using the changeset viewer.