Define IExtractIcon for ANSI/Unicode.

This commit is contained in:
Martin Fuchs 2003-07-21 23:50:52 +00:00 committed by Alexandre Julliard
parent 67dca1b794
commit 1dde8d563f
1 changed files with 1 additions and 0 deletions

View File

@ -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 */