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
2a8bd72f
Commit
2a8bd72f
authored
Dec 23, 2002
by
Ove Kaaven
Committed by
Alexandre Julliard
Dec 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge the rest of include/wine/obj_base.h into include/objbase.h.
parent
d2c034a8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
9 deletions
+0
-9
Makefile.in
include/Makefile.in
+0
-1
objbase.h
include/objbase.h
+0
-0
unknwn.h
include/unknwn.h
+0
-3
unknwn.idl
include/unknwn.idl
+0
-5
obj_base.h
include/wine/obj_base.h
+0
-0
No files found.
include/Makefile.in
View file @
2a8bd72f
...
...
@@ -203,7 +203,6 @@ WINE_INCLUDES = \
debug.h
\
exception.h
\
library.h
\
obj_base.h
\
obj_cache.h
\
obj_comcat.h
\
obj_commdlgbrowser.h
\
...
...
include/objbase.h
View file @
2a8bd72f
This diff is collapsed.
Click to expand it.
include/unknwn.h
View file @
2a8bd72f
...
...
@@ -8,9 +8,6 @@
extern
"C"
{
#endif
#include "wtypes.h"
#define __WINE_INCLUDE_UNKNWN
#include "wine/obj_base.h"
#undef __WINE_INCLUDE_UNKNWN
#if defined(__cplusplus) && !defined(CINTERFACE)
#ifdef ICOM_USE_COM_INTERFACE_ATTRIBUTE
#define ICOM_COM_INTERFACE_ATTRIBUTE __attribute__((com_interface))
...
...
include/unknwn.idl
View file @
2a8bd72f
...
...
@@ -18,11 +18,6 @@
import
"wtypes.idl"
;
/*
need
this
until
objidl
.
h
and
objbase
.
h
is
complete
*/
cpp_quote
(
"#define __WINE_INCLUDE_UNKNWN"
)
cpp_quote
(
"#include \"
wine
/
obj_base
.
h\"")
cpp_quote
(
"#undef __WINE_INCLUDE_UNKNWN"
)
/*
COM
vtable
compatibility
macros
for
g
++
*/
/*
Included
here
because
the
generated
header
needs
them
*/
...
...
include/wine/obj_base.h
deleted
100644 → 0
View file @
d2c034a8
This diff is collapsed.
Click to expand it.
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