wcstol warning

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Nov 12 09:39:07 CST 2001


	Huw D M Davies <hdavies at codeweavers.com>
	Include ntddk.h to silence the wcstol warning.
-------------- next part --------------
Index: dlls/shlwapi/url.c
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/url.c,v
retrieving revision 1.9
diff -u -r1.9 url.c
--- dlls/shlwapi/url.c	2001/11/08 19:16:34	1.9
+++ dlls/shlwapi/url.c	2001/11/12 10:22:16
@@ -15,6 +15,7 @@
 #include "shlwapi.h"
 #include "debugtools.h"
 #include "ordinal.h"
+#include "ntddk.h"
 
 DEFAULT_DEBUG_CHANNEL(shell);
 


More information about the wine-patches mailing list