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
b7c6280e
Commit
b7c6280e
authored
Sep 03, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Converted urlmon.h to IDL.
parent
1843cd35
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
1 deletion
+14
-1
Makefile.in
include/Makefile.in
+1
-1
urlmon.h
include/urlmon.h
+0
-0
urlmon.idl
include/urlmon.idl
+0
-0
wtypes.h
include/wtypes.h
+6
-0
wtypes.idl
include/wtypes.idl
+7
-0
No files found.
include/Makefile.in
View file @
b7c6280e
...
...
@@ -12,6 +12,7 @@ IDL_SRCS = \
servprov.idl
\
strmif.idl
\
unknwn.idl
\
urlmon.idl
\
wtypes.idl
IDL_INCLUDES
=
\
...
...
@@ -160,7 +161,6 @@ WINDOWS_INCLUDES = \
tapi.h
\
tchar.h
\
tlhelp32.h
\
urlmon.h
\
uuids.h
\
ver.h
\
vfw.h
\
...
...
include/urlmon.h
View file @
b7c6280e
This diff is collapsed.
Click to expand it.
include/urlmon.idl
0 → 100644
View file @
b7c6280e
This diff is collapsed.
Click to expand it.
include/wtypes.h
View file @
b7c6280e
...
...
@@ -131,6 +131,12 @@ typedef struct _SECURITY_DESCRIPTOR {
PACL Dacl;
} SECURITY_DESCRIPTOR, *PSECURITY_DESCRIPTOR;
typedef struct _SECURITY_ATTRIBUTES {
DWORD nLength;
LPVOID lpSecurityDescriptor;
BOOL bInheritHandle;
} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
typedef struct tagSIZE {
LONG cx;
LONG cy;
...
...
include/wtypes.idl
View file @
b7c6280e
...
...
@@ -126,6 +126,13 @@ typedef struct _SECURITY_DESCRIPTOR {
PACL Dacl;
} SECURITY_DESCRIPTOR, *PSECURITY_DESCRIPTOR;
typedef struct _SECURITY_ATTRIBUTES
{
DWORD nLength;
LPVOID lpSecurityDescriptor;
BOOL bInheritHandle;
} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
typedef struct tagSIZE
{
LONG cx;
...
...
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