comctl32/listview: Don't offset to column bound calculating LVIR_LABEL for items.
[wine] / dlls / msctf / msctf.c
index b0a1c54..8277278 100644 (file)
@@ -33,7 +33,6 @@
 #include "shlwapi.h"
 #include "shlguid.h"
 #include "comcat.h"
-#include "initguid.h"
 #include "msctf.h"
 
 #include "msctf_internal.h"
@@ -600,3 +599,12 @@ HRESULT WINAPI SetInputScopes(HWND hwnd, const INT *pInputScopes,
 
     return S_OK;
 }
+
+/***********************************************************************
+ *              TF_CreateInputProcessorProfiles(MSCTF.@)
+ */
+HRESULT WINAPI TF_CreateInputProcessorProfiles(
+                        ITfInputProcessorProfiles **ppipr)
+{
+    return InputProcessorProfiles_Constructor(NULL,(IUnknown**)ppipr);
+}