From 1dde8d563f8e49de2d645d39a9a35c99d074e6dd Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 21 Jul 2003 23:50:52 +0000 Subject: [PATCH] Define IExtractIcon for ANSI/Unicode. --- include/wine/obj_extracticon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wine/obj_extracticon.h b/include/wine/obj_extracticon.h index 8b2f6bfc3fa..36f00ec5324 100644 --- a/include/wine/obj_extracticon.h +++ b/include/wine/obj_extracticon.h @@ -30,6 +30,7 @@ extern "C" { typedef struct IExtractIconA IExtractIconA,*LPEXTRACTICONA; typedef struct IExtractIconW IExtractIconW,*LPEXTRACTICONW; #define LPEXTRACTICON WINELIB_NAME_AW(LPEXTRACTICON) +#define IExtractIcon WINELIB_NAME_AW(IExtractIcon) /* GetIconLocation() input flags*/ #define GIL_OPENICON 0x0001 /* allows containers to specify an "open" look */ -- 2.11.4.GIT