Commit 3b6ca071 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 79378304
...@@ -22,7 +22,6 @@ import "comcat.idl"; ...@@ -22,7 +22,6 @@ import "comcat.idl";
import "textstor.idl"; import "textstor.idl";
import "ctfutb.idl"; import "ctfutb.idl";
#endif #endif
cpp_quote("#include <winuser.h>")
cpp_quote("#define TF_E_STACKFULL MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0501)") 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)") cpp_quote("#define TF_E_DISCONNECTED MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0504)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment