mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
13 lines
282 B
Diff
13 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
|