server: Store all 32 bits of value type.

Jacek Caban jacek at codeweavers.com
Thu Nov 12 07:26:25 CST 2015


Signed-off-by: Jacek Caban <jacek at codeweavers.com>

The whole code in server handles uses int (technically, those could be
changed to unsigned, but it doesn't matter in this case) except for
key_value struct.

Office uses value types that don't fit in 16 bits.

---
 dlls/ntdll/tests/reg.c | 14 ++++++++++++--
 server/registry.c      |  2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Store-all-32-bits-of-value-type.diff
Type: text/x-patch
Size: 2207 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151112/899a3982/attachment.bin>


More information about the wine-patches mailing list