VirtualBox

Changeset 95861 in vbox for trunk/src/VBox/Runtime/r3/win


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

File:
1 copied

Legend:

Unmodified
Added
Removed
  • 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