update for HEAD-2003021201
[reactos.git] / lib / crtdll / wchar / wcstod.c
index ffef827..52786fc 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdlib.h>
+#include <msvcrt/stdlib.h>
 
 
-double wcstod(const wchar_t *s, wchar_t **sret)
+double wcstod(const wchar_t* s, wchar_t** sret)
 {
   long double r;               /* result */
   int e;                       /* exponent */