Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9d7b34c1
Commit
9d7b34c1
authored
Oct 24, 2007
by
Dan Hipschman
Committed by
Alexandre Julliard
Oct 25, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Use widl to generate oaidl_p.c.
parent
9825ac7a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
3 deletions
+32
-3
.gitignore
.gitignore
+2
-0
Makefile.in
dlls/oleaut32/Makefile.in
+3
-1
oaidl_p.c
dlls/oleaut32/oaidl_p.c
+0
-0
oleaut32_oaidl.idl
dlls/oleaut32/oleaut32_oaidl.idl
+25
-0
usrmarshal.c
dlls/oleaut32/usrmarshal.c
+2
-2
No files found.
.gitignore
View file @
9d7b34c1
...
...
@@ -338,6 +338,8 @@ dlls/ole32/version16.res
dlls/oleacc/liboleacc.def
dlls/oleaut32/liboleaut32.def
dlls/oleaut32/oleaut32.res
dlls/oleaut32/oleaut32_oaidl.h
dlls/oleaut32/oleaut32_oaidl_p.c
dlls/oleaut32/tests/*.ok
dlls/oleaut32/tests/oleaut32_crosstest.exe
dlls/oleaut32/tests/test_tlb.tlb
...
...
dlls/oleaut32/Makefile.in
View file @
9d7b34c1
...
...
@@ -13,7 +13,6 @@ C_SRCS = \
connpt.c
\
dispatch.c
\
hash.c
\
oaidl_p.c
\
oleaut.c
\
olefont.c
\
olepicture.c
\
...
...
@@ -40,6 +39,9 @@ SPEC_SRCS16 = \
RC_SRCS
=
oleaut32.rc
IDL_P_SRCS
=
\
oleaut32_oaidl.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/oleaut32/oaidl_p.c
deleted
100644 → 0
View file @
9825ac7a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dlls/oleaut32/oleaut32_oaidl.idl
0 → 100644
View file @
9d7b34c1
/*
*
Copyright
2007
Google
(
Dan
Hipschman
)
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
/*
The
header
file
generated
from
this
includes
rpc
.
h
,
which
ends
up
including
oaidl
.
h
at
some
point
.
This
will
cause
all
sorts
of
errors
so
the
easiest
thing
to
do
is
just
comment
out
our
entire
header
.
*/
cpp_quote
(
"#if 0 /* oleaut32_oaidl.idl hack */"
)
#
include
"oaidl.idl"
cpp_quote
(
"#endif /* oleaut32_oaidl.idl hack */"
)
dlls/oleaut32/usrmarshal.c
View file @
9d7b34c1
...
...
@@ -49,10 +49,10 @@ static CStdPSFactoryBuffer PSFactoryBuffer;
CSTDSTUBBUFFERRELEASE
(
&
PSFactoryBuffer
)
extern
const
ExtendedProxyFileInfo
oaidl_ProxyFileInfo
;
extern
const
ExtendedProxyFileInfo
o
leaut32_o
aidl_ProxyFileInfo
;
static
const
ProxyFileInfo
*
OLEAUT32_ProxyFileList
[]
=
{
&
oaidl_ProxyFileInfo
,
&
o
leaut32_o
aidl_ProxyFileInfo
,
NULL
};
...
...
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