Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Bond
wine
Commits
55d3a48c
Commit
55d3a48c
authored
15 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
actxprxy: Add proxies for htiframe.idl.
parent
12c172a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
dlls/actxprxy/Makefile.in
+1
-0
1 addition, 0 deletions
dlls/actxprxy/Makefile.in
dlls/actxprxy/actxprxy_htiframe.idl
+21
-0
21 additions, 0 deletions
dlls/actxprxy/actxprxy_htiframe.idl
with
24 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
55d3a48c
...
...
@@ -29,6 +29,8 @@ dlls/actxprxy/actxprxy_docobj.h
dlls/actxprxy/actxprxy_docobj_p.c
dlls/actxprxy/actxprxy_hlink.h
dlls/actxprxy/actxprxy_hlink_p.c
dlls/actxprxy/actxprxy_htiframe.h
dlls/actxprxy/actxprxy_htiframe_p.c
dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
dlls/advapi32/svcctl.h
...
...
This diff is collapsed.
Click to expand it.
dlls/actxprxy/Makefile.in
+
1
−
0
View file @
55d3a48c
...
...
@@ -16,6 +16,7 @@ IDL_P_SRCS = \
actxprxy_comcat.idl
\
actxprxy_docobj.idl
\
actxprxy_hlink.idl
\
actxprxy_htiframe.idl
\
actxprxy_servprov.idl
@MAKE_DLL_RULES@
...
...
This diff is collapsed.
Click to expand it.
dlls/actxprxy/actxprxy_htiframe.idl
0 → 100644
+
21
−
0
View file @
55d3a48c
/*
*
Copyright
2009
Alexandre
Julliard
*
*
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
*/
/*
just
a
wrapper
for
htiframe
.
idl
*/
#
include
"htiframe.idl"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment