commit | 1eca313f47db884bc4cb6f9097aa7740e3a2786c | [log] [tgz] |
---|---|---|
author | Owen Rudge <owen@owenrudge.net> | Mon Jul 20 17:03:58 2009 -0300 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 21 10:47:06 2009 +0200 |
tree | 5f5166e266a724088e9debba5214ca1f5bb33983 | |
parent | bd926bde3830e13398e761e588ec3be0544f52a9 [diff] [blame] |
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 */