Changeset 95861 in vbox for trunk/src/VBox
- Timestamp:
- Jul 27, 2022 12:55:05 AM (2 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r95848 r95861 2275 2275 r3/win/nocrt-atexit-win.asm \ 2276 2276 r3/win/nocrt-mainCRTStartup-win.asm \ 2277 r3/win/nocrt-WinMainCRTStartup-win.asm \ 2277 2278 common/compiler/vcc/guard-vcc.asm \ 2278 2279 common/compiler/vcc/stack-vcc.asm \ … … 2290 2291 r3/win/nocrt-atexit-win.asm \ 2291 2292 r3/win/nocrt-mainCRTStartup-win.asm \ 2293 r3/win/nocrt-WinMainCRTStartup-win.asm \ 2292 2294 common/compiler/vcc/guard-vcc.asm \ 2293 2295 common/compiler/vcc/stack-vcc.asm \ … … 2310 2312 r3/win/nocrt-startup-exe-win.cpp \ 2311 2313 r3/win/nocrt-alloc-win.cpp \ 2312 r3/win/nocrt-streams-win.cpp 2314 r3/win/nocrt-streams-win.cpp \ 2315 generic/new-delete-generic.cpp 2313 2316 endif 2314 2317 -
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.