Forgot to commit this.
authorSteven Edwards <winehacker@gmail.com>
Wed, 25 Feb 2004 23:13:37 +0000 (23:13 +0000)
committerSteven Edwards <winehacker@gmail.com>
Wed, 25 Feb 2004 23:13:37 +0000 (23:13 +0000)
svn path=/trunk/; revision=8389

reactos/include/wine/wownt32.h

index 04fc96a..bf221ff 100644 (file)
@@ -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_ */