Francois Gouget : include: Remove an unneeded include directive from msctf.idl.
Module: wine Branch: master Commit: 3b6ca071d0c8e58e6d39dbff59dcb975e6ee8b14 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b6ca071d0c8e58e6d39dbff59... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat May 23 17:06:45 2015 +0200 include: Remove an unneeded include directive from msctf.idl. --- 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)")
participants (1)
-
Alexandre Julliard