Merging r37048, r37051, r37052, r37055 from the-real-msvc branch
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.h
1 #ifndef __CPL_HDWWIZ_H
2 #define __CPL_HDWWIZ_H
3
4 typedef struct
5 {
6 int idIcon;
7 int idName;
8 int idDescription;
9 APPLET_PROC AppletProc;
10 } APPLET, *PAPPLET;
11
12 extern HINSTANCE hApplet;
13
14 #endif /* __CPL_HDWWIZ_H */
15
16 /* EOF */