wow64win: Consistently marshal HINSTANCEs and HMODULEs as pointers.
commit7107a9b1027693ba90fb8dfd11f5c51fba7e13c7
authorTim Clem <tclem@codeweavers.com>
Mon, 10 Jul 2023 21:23:50 +0000 (10 14:23 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Jul 2023 09:26:04 +0000 (11 11:26 +0200)
tree00dbeff5375dbc253270360b2e2fbd42d4eaa969
parent5799e89f15b5584f186dcc2fd24b98e0a7bd6c10
wow64win: Consistently marshal HINSTANCEs and HMODULEs as pointers.

In large address aware binaries, these can be > 0x7fffffff, and using
the handle functions will result in them being incorrectly extended
to 0xffffffffxxxxxxxx.
dlls/wow64win/user.c