reactos/dll/win32/dbghelp/dbghelp_ros.diff
2011-05-24 18:40:34 +00:00

14 lines
282 B
Diff

Index: stabs.c
===================================================================
--- stabs.c (revision 35085)
+++ stabs.c (working copy)
@@ -63,8 +63,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_stabs);
+#define strtoull _strtoui64
+
#ifndef N_UNDF
#define N_UNDF 0x00
#endif