From 65367a9f16c7d14e2a38680d73de0f1fe386ffba Mon Sep 17 00:00:00 2001 From: Huw D M Davies Date: Sat, 4 Sep 1999 14:31:08 +0000 Subject: [PATCH] Added type PWORD. --- include/windef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/windef.h b/include/windef.h index a03a7a3c302..095237bb21e 100644 --- a/include/windef.h +++ b/include/windef.h @@ -158,6 +158,7 @@ typedef const void *PCVOID; typedef CHAR *PCHAR; typedef UCHAR *PUCHAR; typedef BYTE *PBYTE; +typedef WORD *PWORD; typedef ULONG *PULONG; typedef LONG *PLONG; typedef DWORD *PDWORD;