Author: hbelusca Date: Fri Feb 20 02:07:23 2015 New Revision: 66362
URL: http://svn.reactos.org/svn/reactos?rev=66362&view=rev Log: Forgot this file ;)
Modified: trunk/reactos/dll/win32/shell32/cpanel.h
Modified: trunk/reactos/dll/win32/shell32/cpanel.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/cpanel.h?... ============================================================================== --- trunk/reactos/dll/win32/shell32/cpanel.h [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/cpanel.h [iso-8859-1] Fri Feb 20 02:07:23 2015 @@ -26,6 +26,7 @@ { 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 */