Sync up with trunk r61578.
[reactos.git] / dll / cpl / hdwwiz / hdwwiz.h
1 #pragma once
2
3 #define WIN32_NO_STATUS
4 #define _INC_WINDOWS
5 #define COM_NO_WINDOWS_H
6 #include <stdarg.h>
7 #include <windef.h>
8 #include <winbase.h>
9 #include <winreg.h>
10 #include <wingdi.h>
11 #include <winuser.h>
12 #include <rpc.h>
13 #include <setupapi.h>
14 #include <cfgmgr32.h>
15 #include <reactos/dll/devmgr/devmgr.h>
16 #include <cpl.h>
17
18 #define NDEBUG
19 #include <debug.h>
20
21 #define MAX_STR_SIZE 255
22
23 extern HINSTANCE hApplet;
24
25 /* EOF */