From: Rémi Bernon rbernon@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 {