Author: sserapion Date: Sat Sep 6 12:11:46 2008 New Revision: 35994
URL: http://svn.reactos.org/svn/reactos?rev=35994&view=rev Log: change stub to stdcall, less likely to fuck up the stack
Modified: branches/ros-amd64-bringup/reactos/tools/winebuild/spec32.c
Modified: branches/ros-amd64-bringup/reactos/tools/winebuild/spec32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/tools/... ============================================================================== --- branches/ros-amd64-bringup/reactos/tools/winebuild/spec32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/tools/winebuild/spec32.c [iso-8859-1] Sat Sep 6 12:11:46 2008 @@ -696,7 +696,7 @@ output( "#include <windows.h>\n"); output( "#include <reactos/debug.h>\n");
- output( "DWORD __wine_spec_unimplemented_stub( const char *module, const char *function )\n"); + output( "DWORD __stdcall __wine_spec_unimplemented_stub( const char *module, const char *function )\n"); output( "{\n"); output( " DPRINT1("%%s hit stub for %%s\n",module,function);"); output( "\n");