shell32: Execute control panel applets in separate process.
diff --git a/dlls/shell32/cpanel.h b/dlls/shell32/cpanel.h
index 23ec5e5..6a1fa57 100644
--- a/dlls/shell32/cpanel.h
+++ b/dlls/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 */