mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Don't generate a function with non-standard STDCALL -- WINAPI works great, I promise.
svn path=/trunk/; revision=37747
This commit is contained in:
parent
023baca726
commit
8ad61b6d08
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ TestSupportCode::WriteStartupFile ( Module& module )
|
|||
s = s + sprintf ( s, "}\n" );
|
||||
s = s + sprintf ( s, "\n" );
|
||||
s = s + sprintf ( s, "int\n" );
|
||||
s = s + sprintf ( s, "STDCALL\n" );
|
||||
s = s + sprintf ( s, "WINAPI\n" );
|
||||
s = s + sprintf ( s, "WinMain(HINSTANCE hInstance,\n" );
|
||||
s = s + sprintf ( s, " HINSTANCE hPrevInstance,\n" );
|
||||
s = s + sprintf ( s, " LPSTR lpszCmdParam,\n" );
|
||||
|
|
Loading…
Reference in a new issue