Commit in reactos/apps/testsets/loadlib on MAIN
loadlib.c+11.2 -> 1.3
makefile+1-31.2 -> 1.3
+2-3
2 modified files
Fix a compile error I was seeing due to lack of mbstowcs.
Please let me know if this breaks anything for anyone else.

reactos/apps/testsets/loadlib
loadlib.c 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- loadlib.c	14 Nov 2003 17:13:22 -0000	1.2
+++ loadlib.c	9 Dec 2004 05:53:47 -0000	1.3
@@ -23,6 +23,7 @@
 #include <windows.h>
 #include "loadlib.h"
 #include <string.h>
+#include <stdlib.h>
 #include <wchar.h>
 
 #define APP_VERSION 1

reactos/apps/testsets/loadlib
makefile 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- makefile	14 Nov 2003 17:13:22 -0000	1.2
+++ makefile	9 Dec 2004 05:53:47 -0000	1.3
@@ -11,9 +11,7 @@
 
 TARGET_NAME = loadlib
 
-TARGET_CFLAGS = -Wall -Werror
-
-#TARGET_CFLAGS = -DDBG -DUNICODE -D_UNICODE
+TARGET_CFLAGS = -Wall -Werror -D_USE_W32API -DUNICODE -D_UNICODE
 
 TARGET_SDKLIBS = kernel32.a ntdll.a 
 
CVSspam 0.2.8