mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Forgot to commit this.
svn path=/trunk/; revision=8389
This commit is contained in:
@@ -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_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user