]>
git.saurik.com Git - wxWidgets.git/blob - utils/Install/incace/declare.h
1 /******************************************************/
3 /* declare.h: declaration-symbols (UCHAR, ULONG, ...) */
5 /******************************************************/
10 #if defined(__CYGWIN__)
11 #include <Windows32/Base.h>
14 #if !defined(OS2_H_INCLUDED) && !defined(__CYGWIN__)
17 #include <exec/types.h>
20 typedef unsigned short USHORT
;
22 typedef unsigned short UWORD
;
24 typedef unsigned long ULONG
;
28 typedef unsigned char UCHAR
;
30 typedef unsigned UINT
;
33 typedef unsigned short UWORD
;
37 #endif /* __declare_h */