Commit 9317115e authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Add the 'flag' types: FCHAR, FSHORT and FLONG.

parent 76ed2835
......@@ -386,6 +386,10 @@ typedef HANDLE *PHANDLE, *LPHANDLE;
#define DECLARE_HANDLE(a) typedef HANDLE a
#endif /*STRICT*/
typedef BYTE FCHAR;
typedef WORD FSHORT;
typedef DWORD FLONG;
/* Defines */
#ifndef WIN32_NO_STATUS
......
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