- Move from using include guards to pragma once.
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.h
1 #pragma once
2
3 #include <windows.h>
4 #include <commctrl.h>
5 #include <setupapi.h>
6 #include <cfgmgr32.h>
7 #include <reactos/dll/devmgr/devmgr.h>
8 #include <cpl.h>
9 #include <tchar.h>
10 #include <stdlib.h>
11 #include <stdio.h>
12 #include <malloc.h>
13
14 #define NDEBUG
15 #include <debug.h>
16
17 #define MAX_STR_SIZE 255
18
19 extern HINSTANCE hApplet;
20
21 /* EOF */