* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.

* init.cc: Reflect change to dll_crt0_0 in declaration.
This commit is contained in:
Christopher Faylor
2011-08-18 15:59:16 +00:00
parent 8f19b4b64f
commit 6072b95eeb
3 changed files with 7 additions and 2 deletions

View File

@@ -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)