[SHELL32] -Call CPlApplet export of control panel applets with the correct activation...
[reactos.git] / reactos / dll / win32 / shell32 / wine / cpanel.h
index 26fca4a..67fb3fa 100644 (file)
@@ -41,6 +41,8 @@ struct applet_info
 typedef struct CPlApplet {
 #ifndef __REACTOS__
     struct list         entry;
+#else
+    HANDLE hActCtx;
 #endif
     HWND               hWnd;
     LPWSTR             cmd;        /* path to applet */