[ros-diffs] [akhaldi] 52295: [ROSSYM_NEW] * Update dummy.c to reflect the recent changes. The kernel compiles and links now with msvc.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Fri Jun 17 09:17:10 UTC 2011


Author: akhaldi
Date: Fri Jun 17 09:17:10 2011
New Revision: 52295

URL: http://svn.reactos.org/svn/reactos?rev=52295&view=rev
Log:
[ROSSYM_NEW]
* Update dummy.c to reflect the recent changes. The kernel compiles and links now with msvc.

Modified:
    trunk/reactos/lib/rossym_new/dummy.c

Modified: trunk/reactos/lib/rossym_new/dummy.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rossym_new/dummy.c?rev=52295&r1=52294&r2=52295&view=diff
==============================================================================
--- trunk/reactos/lib/rossym_new/dummy.c [iso-8859-1] (original)
+++ trunk/reactos/lib/rossym_new/dummy.c [iso-8859-1] Fri Jun 17 09:17:10 2011
@@ -16,14 +16,22 @@
 {
 }
 
+VOID
+RosSymFreeInfo(PROSSYM_LINEINFO LineInfo)
+{
+}
+
 BOOLEAN
 RosSymGetAddressInformation(PROSSYM_INFO RosSymInfo,
                             ULONG_PTR RelativeAddress,
-                            ULONG *LineNumber,
-                            char *FileName,
-                            char *FunctionName)
+                            PROSSYM_LINEINFO RosSymLineInfo)
 {
     return FALSE;
+}
+
+VOID
+RosSymInit(PROSSYM_CALLBACKS Callbacks)
+{
 }
 
 VOID




More information about the Ros-diffs mailing list