Add Date/Time control panel application.
[reactos.git] / reactos / lib / cpl / timedate / timedate.h
1 #ifndef __CPL_SAMPLE_H
2 #define __CPL_SAMPLE_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_SAMPLE_H */
15
16 /* EOF */