changeset 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 69f2a59ec7d0
children efa724294b5f
files dw.h os2/dw.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
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;
Binary file os2/dw.c has changed