[SETUPLIB] Improve the bootloader 'validity' checks -- Addendum to f06734e5 (r74512).
[reactos.git] / base / setup / lib / precomp.h
index 1f84862..f347044 100644 (file)
@@ -16,8 +16,6 @@
 #include <winreg.h>
 #include <winuser.h>
 
-#include <strsafe.h>
-
 #define NTOS_MODE_USER
 #include <ndk/cmfuncs.h>
 #include <ndk/exfuncs.h>
 #include <ndk/rtlfuncs.h>
 #include <ndk/setypes.h>
 
+#include <ntstrsafe.h>
+
+
 /* Filesystem headers */
 #include <reactos/rosioctl.h>   // For extra partition IDs
 
-/** For FileSystems **/
-// #include <fslib/vfatlib.h>
-// #include <fslib/ext2lib.h>
-// // #include <fslib/ntfslib.h>
-
 //
 ///* Internal Headers */
 //#include "interface/consup.h"
@@ -59,4 +55,4 @@
 extern HANDLE ProcessHeap;
 
 #include "errorcode.h"
-#include "linklist.h"
+#include "utils/linklist.h"