From 7009428f81bceef600ea032c7f488b9dd4b6a9cc Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 26 Feb 2004 05:28:49 +0000 Subject: [PATCH] Add A/W mapping for MCI_DGV_WINDOW_PARMS. --- include/digitalv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/digitalv.h b/include/digitalv.h index ecf180b458c..3a8907afaaf 100644 --- a/include/digitalv.h +++ b/include/digitalv.h @@ -857,6 +857,8 @@ typedef struct { LPWSTR lpstrText; } MCI_DGV_WINDOW_PARMSW, *LPMCI_DGV_WINDOW_PARMSW; +DECL_WINELIB_TYPE_AW(MCI_DGV_WINDOW_PARMS) + #ifdef __cplusplus } #endif