[WLAN-BRINGUP]
[reactos.git] / dll / win32 / dbghelp / dbghelp_ros.diff
1 Index: stabs.c
2 ===================================================================
3 --- stabs.c (revision 35085)
4 +++ stabs.c (working copy)
5 @@ -63,8 +63,6 @@
6
7 WINE_DEFAULT_DEBUG_CHANNEL(dbghelp_stabs);
8
9 +#define strtoull _strtoui64
10 +
11 #ifndef N_UNDF
12 #define N_UNDF 0x00
13 #endif