Commit c0adb215 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Use DECLARE_HANDLE to declare handles.

parent 6aadd966
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment