[SFC_OS]
[reactos.git] / reactos / dll / win32 / sfc_os / sfc_os.c
index c35524b..deb6120 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+
+#define NDEBUG
 #include <debug.h>
 
 HINSTANCE hLibModule;
@@ -162,4 +170,4 @@ DWORD WINAPI SfcFileException(DWORD dwUnknown0, PWCHAR pwszFile, DWORD dwUnknown
     UNIMPLEMENTED;
     /* Always return success */
     return 0;
-}
\ No newline at end of file
+}