Changeset 32657 in vbox
- Timestamp:
- Sep 21, 2010 8:53:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r32656 r32657 626 626 RTLdrClose(hUserenv); 627 627 } 628 /* If we don't have the Userenv-API for whatever reason or something with the 629 * native environment block failed, try to return at least our own environment block. */ 630 if (RT_FAILURE(rc)) 631 rc = RTEnvQueryUtf16Block(hEnv, ppwszBlock); 628 632 return rc; 629 633 }
Note:
See TracChangeset
for help on using the changeset viewer.