Changeset 95872 in vbox
- Timestamp:
- Jul 27, 2022 2:44:18 AM (2 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r95870 r95872 2862 2862 RuntimeR3NoCrt_SOURCES.win := \ 2863 2863 r3/win/nocrt-startup-exe-win.cpp \ 2864 r3/win/nocrt-startup-common-win.cpp \ 2864 2865 r3/win/nocrt-alloc-win.cpp \ 2865 2866 r3/win/nocrt-streams-win.cpp \ -
trunk/src/VBox/Runtime/r3/win/nocrt-startup-exe-win.cpp
r95870 r95872 80 80 * Initialize stuff. 81 81 */ 82 #ifdef IPRT_NO_CRT 82 83 rtVccInitSecurityCookie(); 84 #endif 83 85 InitStdHandles(pPeb->ProcessParameters); 84 86 rtVccWinInitProcExecPath();
Note:
See TracChangeset
for help on using the changeset viewer.