X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fmsctf%2Fcompartmentmgr.c;h=4fe7b82f94f8f4757b4afe683eb3c6cd994a0759;hp=f0017f8e5a84563ca25c8559008853925a6ce9e6;hb=897e19b0a601825de158462eef9c5d3142346761;hpb=8123ffac58d68ee3b5e67f32c054808da9519c6f diff --git a/dll/win32/msctf/compartmentmgr.c b/dll/win32/msctf/compartmentmgr.c index f0017f8e5a8..4fe7b82f94f 100644 --- a/dll/win32/msctf/compartmentmgr.c +++ b/dll/win32/msctf/compartmentmgr.c @@ -18,9 +18,29 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "config.h" + +#include + +#define COBJMACROS + +#include "wine/debug.h" +#include "windef.h" +#include "winbase.h" +#include "winreg.h" +#include "winuser.h" +#include "shlwapi.h" +#include "winerror.h" +#include "objbase.h" +#include "oleauto.h" +#include "olectl.h" + +#include "wine/unicode.h" + +#include "msctf.h" #include "msctf_internal.h" -#include +WINE_DEFAULT_DEBUG_CHANNEL(msctf); typedef struct tagCompartmentValue { struct list entry;