Changeset 34962 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 10, 2010 3:42:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r34960 r34962 71 71 * Try figure why it failed to load. 72 72 */ 73 DWORD dwErr = GetLastError( dwErr);73 DWORD dwErr = GetLastError(); 74 74 int rc = RTErrConvertFromWin32(dwErr); 75 75 if (cbError)
Note:
See TracChangeset
for help on using the changeset viewer.