mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Forgot to commit this.
svn path=/trunk/; revision=8389
This commit is contained in:
parent
2ef4c4f1ad
commit
22d250a711
1 changed files with 4 additions and 0 deletions
|
@ -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_ */
|
||||
|
||||
|
|
Loading…
Reference in a new issue