Commit 32ad286d authored by Alexandre Julliard's avatar Alexandre Julliard

atl: Move atliface.idl to the global includes.

parent a4a60568
......@@ -43,7 +43,6 @@ dlls/actxprxy/actxprxy_urlhist.h
dlls/actxprxy/actxprxy_urlhist_p.c
dlls/advapi32/svcctl.h
dlls/advapi32/svcctl_c.c
dlls/atl/atliface.h
dlls/d3dcompiler_43/asmshader.tab.c
dlls/d3dcompiler_43/asmshader.tab.h
dlls/d3dcompiler_43/asmshader.yy.c
......@@ -150,6 +149,7 @@ include/activscp.h
include/amstream.h
include/amvideo.h
include/asptlb.h
include/atliface.h
include/audioclient.h
include/audiopolicy.h
include/austream.h
......
......@@ -9,7 +9,4 @@ C_SRCS = \
RC_SRCS = rsrc.rc
IDL_H_SRCS = \
atliface.idl
@MAKE_DLL_RULES@
......@@ -9,6 +9,7 @@ PUBLIC_IDL_H_SRCS = \
amstream.idl \
amvideo.idl \
asptlb.idl \
atliface.idl \
audioclient.idl \
audiopolicy.idl \
austream.idl \
......
......@@ -19,7 +19,7 @@
import "ocidl.idl";
cpp_quote("#ifdef ATL_INITGUID")
cpp_quote("#include \"initguid.h\"")
cpp_quote("#include <initguid.h>")
cpp_quote("#endif")
[
......
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