X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Fcrt0.c;h=5fb49552f56915eaf878f0b30d61dc8596ab4b37;hb=41777e3d5dc655f59a8c3bcd071639e6878e853a;hp=e910bd1168c39283bd8fd2b970c247f05f1fe79a;hpb=0d8c88997f429be369fc6bd1b45a6b437fcee923;p=pdclib diff --git a/platform/win32/crt0.c b/platform/win32/crt0.c index e910bd1..5fb4955 100644 --- a/platform/win32/crt0.c +++ b/platform/win32/crt0.c @@ -98,6 +98,8 @@ static LONG CALLBACK sehExceptionFilter( EXCEPTION_POINTERS * exInfo ) extern int main( int argc, char ** argv, char ** envp ); +void __cdecl mainCRTStartup( void ); + void __cdecl mainCRTStartup( void ) { stdin->handle = GetStdHandle(STD_INPUT_HANDLE);