From 22d250a711af3975db1a70dfd50a1dd78ff93305 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 25 Feb 2004 23:13:37 +0000 Subject: [PATCH] Forgot to commit this. svn path=/trunk/; revision=8389 --- reactos/include/wine/wownt32.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/wine/wownt32.h b/reactos/include/wine/wownt32.h index 04fc96a105b..bf221ff69bc 100644 --- a/reactos/include/wine/wownt32.h +++ b/reactos/include/wine/wownt32.h @@ -25,5 +25,9 @@ #define HWND_16(h32) (LOWORD(h32)) #endif +#ifndef HWND_32 +#define HWND_32(h16) ((HWND) (ULONG_PTR)(h16)) +#endif + #endif /* _WOWNT32_H_ */