include: Remove an unneeded include directive from msctf.idl.

Francois Gouget fgouget at free.fr
Sat May 23 10:06:45 CDT 2015


---

The header generated by widl already include windows.h so including 
winuser.h is redundant.

 include/msctf.idl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/msctf.idl b/include/msctf.idl
index 0e2b8b4..db82709 100644
--- a/include/msctf.idl
+++ b/include/msctf.idl
@@ -22,7 +22,6 @@ import "comcat.idl";
 import "textstor.idl";
 import "ctfutb.idl";
 #endif
-cpp_quote("#include <winuser.h>")
 
 cpp_quote("#define TF_E_STACKFULL MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0501)")
 cpp_quote("#define TF_E_DISCONNECTED    MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0504)")
-- 
2.1.4




More information about the wine-patches mailing list