Re: [Mingw-w64-public] issue with shlobjidl.h

2010-09-16 Thread Kai Tietz
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

Re: [Mingw-w64-public] issue with shlobjidl.h

2010-09-16 Thread 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 { >    SHCONTF_FOLDERS = 0x0020,SH

[Mingw-w64-public] issue with shlobjidl.h

2010-09-15 Thread Chris Sutcliffe
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_