include: Add TOOLINFO[AW].

Needed to compile Tera Term.
This commit is contained in:
Alex Henrie 2022-10-16 21:52:04 -06:00 committed by Alexandre Julliard
parent f8dc38f9c2
commit fc636b7f45

View file

@ -1834,6 +1834,8 @@ typedef struct tagTOOLINFOW {
} TTTOOLINFOW, *LPTOOLINFOW, *PTOOLINFOW, *LPTTTOOLINFOW;
#define TTTOOLINFO WINELIB_NAME_AW(TTTOOLINFO)
#define TOOLINFOA TTTOOLINFOA
#define TOOLINFOW TTTOOLINFOW
#define TOOLINFO WINELIB_NAME_AW(TTTOOLINFO)
#define PTOOLINFO WINELIB_NAME_AW(PTOOLINFO)
#define LPTTTOOLINFO WINELIB_NAME_AW(LPTTTOOLINFO)