reactos/dll/cpl/liccpa/liccpa.h
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

17 lines
226 B
C

#ifndef __CPL_SAMPLE_H
#define __CPL_SAMPLE_H
typedef struct
{
int idIcon;
int idName;
int idDescription;
APPLET_PROC AppletProc;
} APPLET, *PAPPLET;
extern HINSTANCE hApplet;
#endif /* __CPL_SAMPLE_H */
/* EOF */