added SplitSymbols stub
Modified: trunk/reactos/lib/imagehlp/imagehlp.def
Modified: trunk/reactos/lib/imagehlp/modify.c
_____
Modified: trunk/reactos/lib/imagehlp/imagehlp.def
--- trunk/reactos/lib/imagehlp/imagehlp.def 2005-12-05 15:54:38 UTC
(rev 19908)
+++ trunk/reactos/lib/imagehlp/imagehlp.def 2005-12-05 16:55:55 UTC
(rev 19909)
@@ -42,7 +42,7 @@
RemoveRelocations @1
SearchTreeForFile=Dbghelp.SearchTreeForFile @40
SetImageConfigInformation @41
-;SplitSymbols @42
+SplitSymbols @42
StackWalk=Dbghelp.StackWalk @43
StackWalk64=Dbghelp.StackWalk64 @44
SymCleanup=Dbghelp.SymCleanup @45
_____
Modified: trunk/reactos/lib/imagehlp/modify.c
--- trunk/reactos/lib/imagehlp/modify.c 2005-12-05 15:54:38 UTC (rev
19908)
+++ trunk/reactos/lib/imagehlp/modify.c 2005-12-05 16:55:55 UTC (rev
19909)
@@ -1020,6 +1020,21 @@
}
/*
+ * @unimplemented
+ */
+BOOL
+IMAGEAPI
+SplitSymbols(LPSTR ImageName,
+ LPSTR SymbolsPath,
+ LPSTR SymbolFilePath,
+ DWORD Flags)
+{
+ UNIMPLEMENTED;
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+ return FALSE;
+}
+
+/*
* @implemented
*/
BOOL
Show replies by date