[ros-diffs] [sserapion] 35994: change stub to stdcall, less likely to fuck up the stack
sserapion at svn.reactos.org
sserapion at svn.reactos.org
Sat Sep 6 19:11:46 CEST 2008
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/winebuild/spec32.c?rev=35994&r1=35993&r2=35994&view=diff
==============================================================================
--- 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");
More information about the Ros-diffs
mailing list