Changeset 96595 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 4, 2022 8:31:37 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/nocrt-startup-exe-win.cpp
r96588 r96595 86 86 87 87 88 DECLASM(void) CustomMainEntrypoint( PPEB pPeb)88 DECLASM(void) CustomMainEntrypoint(void) 89 89 { 90 /* Looks like might have gotten the PPEB as parameter here before NT4, 91 however, there the EXE entry function clearly takes no parameters. 92 So, we have to retrieve the PEB our selves here. */ 93 PPEB_COMMON const pPeb = RTNtCurrentPeb(); 94 90 95 /* 91 96 * Initialize stuff.
Note:
See TracChangeset
for help on using the changeset viewer.