#include "shlwapi.h"
#include "shlguid.h"
#include "comcat.h"
-#include "initguid.h"
#include "msctf.h"
#include "msctf_internal.h"
return S_OK;
}
+
+/***********************************************************************
+ * TF_CreateInputProcessorProfiles(MSCTF.@)
+ */
+HRESULT WINAPI TF_CreateInputProcessorProfiles(
+ ITfInputProcessorProfiles **ppipr)
+{
+ return InputProcessorProfiles_Constructor(NULL,(IUnknown**)ppipr);
+}