Forgot this file ;)

svn path=/trunk/; revision=66362
This commit is contained in:
Hermès Bélusca-Maïto 2015-02-20 02:07:23 +00:00
parent 6d4a7022f5
commit 10483c52fc

View file

@ -26,6 +26,7 @@ typedef struct CPlApplet
{
struct CPlApplet *next; /* linked list */
HWND hWnd;
LPWSTR cmd; /* path to applet */
unsigned count; /* number of subprograms */
HMODULE hModule; /* module of loaded applet */
APPLET_PROC proc; /* entry point address */