Changeset 19931 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- May 23, 2009 12:26:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp
r19930 r19931 35 35 36 36 37 extern "C" void __ stdcall NtProcessStartup(void *pvIgnored);38 extern "C" void __ stdcall NtProcessStartup(void *pvIgnored)37 extern "C" void __cdecl NtProcessStartup(void *pvIgnored); 38 extern "C" void __cdecl NtProcessStartup(void *pvIgnored) 39 39 { 40 40 ASMBreakpoint();
Note:
See TracChangeset
for help on using the changeset viewer.