Index: src/chext/ShellExtensionVerifier.h =================================================================== diff -u -N -rb79aca0d66b1084f230022efe39cc89307482e6d -r2f696d06139af4d0fab14dd1613507b66f5169cb --- src/chext/ShellExtensionVerifier.h (.../ShellExtensionVerifier.h) (revision b79aca0d66b1084f230022efe39cc89307482e6d) +++ src/chext/ShellExtensionVerifier.h (.../ShellExtensionVerifier.h) (revision 2f696d06139af4d0fab14dd1613507b66f5169cb) @@ -20,12 +20,16 @@ #define __SHELLEXTENSIONVERIFIER_H__ #include "chext.h" +#include "../common/ipcstructs.h" +class TShellExtMenuConfig; + class ShellExtensionVerifier { public: static HWND VerifyShellExt(IShellExtControl* piShellExtControl); static HRESULT IsShellExtEnabled(IShellExtControl* piShellExtControl); + static HRESULT ReadShellConfig(IShellExtControl* piShellExtControl, TShellExtMenuConfig& tShellExtConfig, ELocation eLocation); }; #endif