CVS: winex/dlls/dbghelp dbghelp.c, 1.1, 1.2 dbghelp.spec, 1.1, 1.2

[email protected]
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/dlls/dbghelp dbghelp.c,1.1,1.2 dbghelp.spec,1.1,1.2Update of /var/lib/cvsd/cvsroot/winex/dlls/dbghelp
In directory agravaine:/tmp/cvs-serv17051/dlls/dbghelp

Modified Files:
	dbghelp.c dbghelp.spec 
Log Message:

- add stub for EnumerateLoadedModules


Index: dbghelp.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/dbghelp/dbghelp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dbghelp.c	30 Mar 2007 19:52:41 -0000	1.1
+++ dbghelp.c	30 Mar 2007 20:24:26 -0000	1.2
@@ -1 +1,19 @@
-#include <winternl.h>
+#include "config.h"
+#include "wine/debug.h"
+#include "winternl.h"
+
+
+WINE_DEFAULT_DEBUG_CHANNEL (dbghelp);
+
+
+typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK) (PSTR, ULONG, ULONG,
+                                                       PVOID);
+
+
+BOOL WINAPI EnumerateLoadedModules (HANDLE hProcess,
+                                    PENUMLOADED_MODULES_CALLBACK pFunc,
+                                    PVOID pData)
+{
+   FIXME ("(%p, %p, %p): stub!\n", hProcess, pFunc, pData);
+   return FALSE;
+}

Index: dbghelp.spec
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/dbghelp/dbghelp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dbghelp.spec	30 Mar 2007 19:52:41 -0000	1.1
+++ dbghelp.spec	30 Mar 2007 20:24:26 -0000	1.2
@@ -5,7 +5,7 @@
 @ stub DbgHelpCreateUserDumpW
 @ stub EnumDirTree
 @ stub EnumDirTreeW
-@ stub EnumerateLoadedModules
+@ stdcall EnumerateLoadedModules(long ptr ptr)
 @ stub EnumerateLoadedModules64
 @ stub EnumerateLoadedModulesW64
 @ stub ExtensionApiVersion
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.