- Get autochk, calc, cmd, devmgr, expand, format, gettype, hostname, lsass, msconfig...
[reactos.git] / reactos / subsys / system / setup / setup.c
index 6550584..cf78891 100644 (file)
 #include <userenv.h>
 #include <tchar.h>
 
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-
 #define NDEBUG
 #include <debug.h>
 
 
-typedef DWORD STDCALL (*PINSTALL_REACTOS)(HINSTANCE hInstance);
+typedef DWORD (STDCALL *PINSTALL_REACTOS)(HINSTANCE hInstance);
 
 
 /* FUNCTIONS ****************************************************************/