From 10483c52fcbd942cd7220c53863485fbd8233ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 20 Feb 2015 02:07:23 +0000 Subject: [PATCH] Forgot this file ;) svn path=/trunk/; revision=66362 --- reactos/dll/win32/shell32/cpanel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/shell32/cpanel.h b/reactos/dll/win32/shell32/cpanel.h index 2cf0a8293f4..074a900aa26 100644 --- a/reactos/dll/win32/shell32/cpanel.h +++ b/reactos/dll/win32/shell32/cpanel.h @@ -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 */