Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.h
diff --git a/reactos/dll/cpl/hdwwiz/hdwwiz.h b/reactos/dll/cpl/hdwwiz/hdwwiz.h
deleted file mode 100644 (file)
index 6716d7c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-#include <stdarg.h>
-#include <windef.h>
-#include <winbase.h>
-#include <winreg.h>
-#include <wingdi.h>
-#include <winuser.h>
-#include <rpc.h>
-#include <setupapi.h>
-#include <cfgmgr32.h>
-#include <reactos/dll/devmgr/devmgr.h>
-#include <cpl.h>
-
-#define NDEBUG
-#include <debug.h>
-
-#define MAX_STR_SIZE 255
-
-extern HINSTANCE hApplet;
-
-/* EOF */