[ros-diffs] [cwittich] 27813: don't stub a function we already have

cwittich at svn.reactos.org cwittich at svn.reactos.org
Wed Jul 25 21:19:55 CEST 2007


Author: cwittich
Date: Wed Jul 25 23:19:54 2007
New Revision: 27813

URL: http://svn.reactos.org/svn/reactos?rev=27813&view=rev
Log:
don't stub a function we already have

Modified:
    trunk/reactos/dll/win32/dbghelp/dbghelp.spec

Modified: trunk/reactos/dll/win32/dbghelp/dbghelp.spec
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/dbghelp/dbghelp.spec?rev=27813&r1=27812&r2=27813&view=diff
==============================================================================
--- trunk/reactos/dll/win32/dbghelp/dbghelp.spec (original)
+++ trunk/reactos/dll/win32/dbghelp/dbghelp.spec Wed Jul 25 23:19:54 2007
@@ -21,7 +21,7 @@
 @ stdcall MakeSureDirectoryPathExists(str)
 @ stdcall MapDebugInformation(long str str long)
 @ stub MiniDumpReadDumpStream
-@ stub MiniDumpWriteDump
+@ stdcall MiniDumpWriteDump(ptr long ptr long long long long)
 @ stdcall SearchTreeForFile(str str str)
 @ stdcall StackWalk(long long long ptr ptr ptr ptr ptr ptr)
 @ stub StackWalk64




More information about the Ros-diffs mailing list