[PATCH 0/1] MR8359: include: Add APP_LOCAL_DEVICE_ID definition.
18 Jun
18 Jun
8:24 a.m.
New subject: [PATCH 1/1] include: Add APP_LOCAL_DEVICE_ID definition.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- include/windef.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/windef.h b/include/windef.h index 12b3e5be57a..bb0722b57ba 100644 --- a/include/windef.h +++ b/include/windef.h @@ -158,6 +158,11 @@ typedef struct _RECTL typedef const RECTL *LPCRECTL; +typedef struct APP_LOCAL_DEVICE_ID +{ + BYTE value[32]; +} APP_LOCAL_DEVICE_ID; + /* DPI awareness */ typedef enum DPI_AWARENESS { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8359
260
Age (days ago)
260
Last active (days ago)
1 comments
1 participants
participants (1)
-
Rémi Bernon