flag types

Huw D M Davies h.davies1 at physics.ox.ac.uk
Tue Jul 26 13:02:23 CDT 2005


        Huw Davies <huw at codeweavers.com>
        Add the 'flag' types: FCHAR, FSHORT and FLONG        
Index: include/winnt.h
===================================================================
RCS file: /home/wine/wine/include/winnt.h,v
retrieving revision 1.218
diff -u -p -r1.218 winnt.h
--- include/winnt.h	19 Jul 2005 11:44:32 -0000	1.218
+++ include/winnt.h	26 Jul 2005 18:00:17 -0000
@@ -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



More information about the wine-patches mailing list