* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.
* init.cc: Reflect change to dll_crt0_0 in declaration.
This commit is contained in:
@@ -110,7 +110,7 @@ respawn_wow64_process ()
|
||||
}
|
||||
}
|
||||
|
||||
extern void __stdcall dll_crt0_0 ();
|
||||
void dll_crt0_0 ();
|
||||
|
||||
extern "C" BOOL WINAPI
|
||||
dll_entry (HANDLE h, DWORD reason, void *static_load)
|
||||
|
Reference in New Issue
Block a user