2010/9/16 Ozkan Sezer :
> On Thu, Sep 16, 2010 at 6:36 AM, Chris Sutcliffe wrote:
>> There is a problem with shlobjidl.h, in that gcc complains with:
>>
>> C:\MinGW64\mingw\include/shobjidl.h:800:3: warning: 'typedef' was
>> ignored in this declaration
>>
>> Due to:
>>
>> typedef enum tagSHCONTF
On Thu, Sep 16, 2010 at 6:36 AM, Chris Sutcliffe wrote:
> There is a problem with shlobjidl.h, in that gcc complains with:
>
> C:\MinGW64\mingw\include/shobjidl.h:800:3: warning: 'typedef' was
> ignored in this declaration
>
> Due to:
>
> typedef enum tagSHCONTF {
> SHCONTF_FOLDERS = 0x0020,SH
There is a problem with shlobjidl.h, in that gcc complains with:
C:\MinGW64\mingw\include/shobjidl.h:800:3: warning: 'typedef' was
ignored in this declaration
Due to:
typedef enum tagSHCONTF {
SHCONTF_FOLDERS = 0x0020,SHCONTF_NONFOLDERS =
0x0040,SHCONTF_INCLUDEHIDDEN = 0x0080,SHCONTF_INIT_