VirtualBox

Changeset 19931 in vbox for trunk/src/VBox/Runtime/nt


Ignore:
Timestamp:
May 23, 2009 12:26:15 AM (16 years ago)
Author:
vboxsync
Message:

NtProcessStartup-stub.cpp: cdecl not stdcall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp

    r19930 r19931  
    3535
    3636
    37 extern "C" void __stdcall NtProcessStartup(void *pvIgnored);
    38 extern "C" void __stdcall NtProcessStartup(void *pvIgnored)
     37extern "C" void __cdecl NtProcessStartup(void *pvIgnored);
     38extern "C" void __cdecl NtProcessStartup(void *pvIgnored)
    3939{
    4040    ASMBreakpoint();
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