X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fmsctf%2Finputprocessor.c;h=fdeba38b377fc14522629ed32f4d34e75dec6bca;hp=f744d63752a1e5ef50dec3575d4dd750d336bdfc;hb=897e19b0a601825de158462eef9c5d3142346761;hpb=8123ffac58d68ee3b5e67f32c054808da9519c6f;ds=sidebyside diff --git a/dll/win32/msctf/inputprocessor.c b/dll/win32/msctf/inputprocessor.c index f744d63752a..fdeba38b377 100644 --- a/dll/win32/msctf/inputprocessor.c +++ b/dll/win32/msctf/inputprocessor.c @@ -18,8 +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 "olectl.h" + +#include "wine/unicode.h" + +#include "msctf.h" #include "msctf_internal.h" +WINE_DEFAULT_DEBUG_CHANNEL(msctf); + static const WCHAR szwLngp[] = {'L','a','n','g','u','a','g','e','P','r','o','f','i','l','e',0}; static const WCHAR szwEnable[] = {'E','n','a','b','l','e',0}; static const WCHAR szwTipfmt[] = {'%','s','\\','%','s',0};