Skip to content
Snippets Groups Projects
Commit 6048a979 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a

'void*' unlike regular handles.
parent ad378500
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -10,6 +10,8 @@
#include "rpc.h"
#include "rpcndr.h"
typedef void* HMETAFILEPICT;
typedef WORD CLIPFORMAT, *LPCLIPFORMAT;
/* FIXME: does not belong here */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment