Rémi Bernon : winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer.
Module: wine Branch: master Commit: 077d64bdbd0dcecf3f511976b4224750b7bc02dc URL: https://source.winehq.org/git/wine.git/?a=commit;h=077d64bdbd0dcecf3f511976b... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu Jun 16 17:14:56 2022 +0200 winebus.sys: Use UINT instead of enum and UINT64 instead of unix_device pointer. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> --- dlls/winebus.sys/main.c | 31 +++++++++++++++++-------------- dlls/winebus.sys/unix_private.h | 2 ++ dlls/winebus.sys/unixlib.c | 27 +++++++++++++++------------ dlls/winebus.sys/unixlib.h | 22 +++++++++++++++------- 4 files changed, 49 insertions(+), 33 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=077d64bdbd0dcecf3f511...
participants (1)
-
Alexandre Julliard