VirtualBox

Changeset 95861 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 27, 2022 12:55:05 AM (2 years ago)
Author:
vboxsync
Message:

IPRT: nocrt-WinMainCRTStartup-win.asm for windows apps. bugref:10261

Location:
trunk/src/VBox/Runtime
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r95848 r95861  
    22752275        r3/win/nocrt-atexit-win.asm \
    22762276        r3/win/nocrt-mainCRTStartup-win.asm \
     2277        r3/win/nocrt-WinMainCRTStartup-win.asm \
    22772278        common/compiler/vcc/guard-vcc.asm \
    22782279        common/compiler/vcc/stack-vcc.asm \
     
    22902291        r3/win/nocrt-atexit-win.asm \
    22912292        r3/win/nocrt-mainCRTStartup-win.asm \
     2293        r3/win/nocrt-WinMainCRTStartup-win.asm \
    22922294        common/compiler/vcc/guard-vcc.asm \
    22932295        common/compiler/vcc/stack-vcc.asm \
     
    23102312        r3/win/nocrt-startup-exe-win.cpp \
    23112313        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
    23132316endif
    23142317
  • trunk/src/VBox/Runtime/r3/win/nocrt-WinMainCRTStartup-win.asm

    r95831 r95861  
    11; $Id$
    22;; @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.
    44;
    55
     
    2929
    3030extern  CustomMainEntrypoint
    31 BEGINPROC mainCRTStartup
     31BEGINPROC WinMainCRTStartup
    3232        jmp     CustomMainEntrypoint
    33 ENDPROC   mainCRTStartup
     33ENDPROC   WinMainCRTStartup
    3434
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette