Skip to content
Snippets Groups Projects
Commit c0adb215 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard
Browse files

Use DECLARE_HANDLE to declare handles.

parent 6aadd966
No related branches found
No related tags found
No related merge requests found
......@@ -206,10 +206,10 @@ extern "C" {
typedef DWORD HCONVLIST;
typedef DWORD HCONV;
typedef DWORD HSZ;
typedef DWORD HDDEDATA;
DECLARE_HANDLE(HCONVLIST);
DECLARE_HANDLE(HCONV);
DECLARE_HANDLE(HSZ);
DECLARE_HANDLE(HDDEDATA);
......
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