fix typos.
[reactos.git] / rosapps / sysutils / wmain.c
index b86dffa..02e68df 100644 (file)
@@ -1,9 +1,12 @@
-/* $Id: wmain.c,v 1.1 1999/05/16 07:27:35 ea Exp $
+/* $Id$
  *
  * Entry point for programs that use wmain()
  */
-#include <windows.h>
 #include <stdio.h>
+#include <stdarg.h>
+
+#include <windef.h>
+#include <winbase.h>
 
 int wmain(int argc,wchar_t *argv[]);
 
@@ -32,7 +35,7 @@ int main(int argc, char *argv[])
        wchar_t ** wargv;
        int     i;
        int     ec;
-       
+
        wargv = (wchar_t **) GlobalAlloc(
                                sizeof(void*) * argc,
                                0