Changeset 95861 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jul 27, 2022 12:55:05 AM (2 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/nocrt-WinMainCRTStartup-win.asm
r95831 r95861 1 1 ; $Id$ 2 2 ;; @file 3 ; IPRT - Alias mainCRTStartup to CustomMainEntrypoint in nocrt-startup-exe-win.cpp.3 ; IPRT - Alias WinMainCRTStartup to CustomMainEntrypoint in nocrt-startup-exe-win.cpp. 4 4 ; 5 5 … … 29 29 30 30 extern CustomMainEntrypoint 31 BEGINPROC mainCRTStartup31 BEGINPROC WinMainCRTStartup 32 32 jmp CustomMainEntrypoint 33 ENDPROC mainCRTStartup33 ENDPROC WinMainCRTStartup 34 34
Note:
See TracChangeset
for help on using the changeset viewer.