Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
32ad286d
Commit
32ad286d
authored
Nov 12, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl: Move atliface.idl to the global includes.
parent
a4a60568
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
.gitignore
.gitignore
+1
-1
Makefile.in
dlls/atl/Makefile.in
+0
-3
Makefile.in
include/Makefile.in
+1
-0
atliface.idl
include/atliface.idl
+1
-1
No files found.
.gitignore
View file @
32ad286d
...
...
@@ -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
...
...
dlls/atl/Makefile.in
View file @
32ad286d
...
...
@@ -9,7 +9,4 @@ C_SRCS = \
RC_SRCS
=
rsrc.rc
IDL_H_SRCS
=
\
atliface.idl
@MAKE_DLL_RULES@
include/Makefile.in
View file @
32ad286d
...
...
@@ -9,6 +9,7 @@ PUBLIC_IDL_H_SRCS = \
amstream.idl
\
amvideo.idl
\
asptlb.idl
\
atliface.idl
\
audioclient.idl
\
audiopolicy.idl
\
austream.idl
\
...
...
dlls/atl
/atliface.idl
→
include
/atliface.idl
View file @
32ad286d
...
...
@@ -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"
)
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment