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
6048a979
Commit
6048a979
authored
Jan 02, 2001
by
François Gouget
Committed by
Alexandre Julliard
Jan 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a
'void*' unlike regular handles.
parent
ad378500
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
windef.h
include/windef.h
+0
-1
wtypes.h
include/wtypes.h
+2
-0
No files found.
include/windef.h
View file @
6048a979
...
...
@@ -60,7 +60,6 @@ DECLARE_OLD_HANDLE(HACMDRIVERID);
DECLARE_OLD_HANDLE
(
HACMDRIVER
);
DECLARE_OLD_HANDLE
(
HACMOBJ
);
DECLARE_OLD_HANDLE
(
HACMSTREAM
);
DECLARE_OLD_HANDLE
(
HMETAFILEPICT
);
DECLARE_OLD_HANDLE
(
HACCEL
);
DECLARE_OLD_HANDLE
(
HBITMAP
);
...
...
include/wtypes.h
View file @
6048a979
...
...
@@ -10,6 +10,8 @@
#include "rpc.h"
#include "rpcndr.h"
typedef
void
*
HMETAFILEPICT
;
typedef
WORD
CLIPFORMAT
,
*
LPCLIPFORMAT
;
/* FIXME: does not belong here */
...
...
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