Commit 77a83a7f authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

include: Fix FARPROC, NEARPROC and PROC definitions for amd64.

parent a866fa37
......@@ -279,8 +279,9 @@ typedef HICON HCURSOR;
/* Callback function pointers types */
typedef INT (CALLBACK *FARPROC)();
typedef INT (CALLBACK *PROC)();
typedef INT_PTR (CALLBACK *FARPROC)();
typedef INT_PTR (CALLBACK *NEARPROC)();
typedef INT_PTR (CALLBACK *PROC)();
/* Macros to split words and longs. */
......
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