diff dw.h @ 236:5592cdeb29cf

Make sure all platforms have the same typedefs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 14 Feb 2003 07:57:30 +0000
parents e6571c4e4d3b
children 13d3de3f1e83
line wrap: on
line diff
--- a/dw.h	Wed Feb 05 11:54:35 2003 +0000
+++ b/dw.h	Fri Feb 14 07:57:30 2003 +0000
@@ -155,6 +155,7 @@
 
 typedef HWND HMENUI;
 typedef HMODULE HMOD;
+typedef unsigned short UWORD;
 
 #define DW_NOMENU NULLHANDLE
 
@@ -459,10 +460,15 @@
 #ifndef _ENVRNMNT_H
 typedef unsigned long ULONG;
 #endif
-typedef unsigned char UCHAR;
 typedef long LONG;
 typedef unsigned short USHORT;
 typedef short SHORT;
+typedef unsigned short UWORD;
+typedef short WORD ;
+typedef unsigned char UCHAR;
+typedef char CHAR;
+typedef unsigned UINT;
+typedef int INT;
 typedef pthread_mutex_t HMTX;
 typedef struct _dw_unix_event {
 	pthread_mutex_t mutex;