Re: [Mingw-w64-public] Issue with commctrl.h

2010-10-10 Thread Ozkan Sezer
On Sun, Oct 10, 2010 at 5:38 AM, NightStrike nightstr...@gmail.com wrote: On Sun, Aug 15, 2010 at 7:26 PM, Ozkan Sezer seze...@gmail.com wrote: On Mon, Aug 16, 2010 at 2:18 AM, Chris Sutcliffe ir0nh...@gmail.com wrote:  When compiling code that includes is fails at these lines:  

[Mingw-w64-public] Issue with commctrl.h

2010-08-15 Thread Chris Sutcliffe
When compiling code that includes is fails at these lines: WINCOMMCTRLAPI BOOL WINAPI DPA_Grow(HDPA pdpa, IN int cp); WINCOMMCTRLAPI int WINAPI DPA_InsertPtr(HDPA hdpa, IN int i, void *p); WINCOMMCTRLAPI PVOID WINAPI DPA_GetPtr(HDPA hdpa, INT_PTR i); WINCOMMCTRLAPI BOOL WINAPI

Re: [Mingw-w64-public] Issue with commctrl.h

2010-08-15 Thread Ozkan Sezer
On Mon, Aug 16, 2010 at 2:18 AM, Chris Sutcliffe ir0nh...@gmail.com wrote:  When compiling code that includes is fails at these lines:   WINCOMMCTRLAPI BOOL WINAPI DPA_Grow(HDPA pdpa, IN int cp);   WINCOMMCTRLAPI int WINAPI DPA_InsertPtr(HDPA hdpa, IN int i, void *p);   WINCOMMCTRLAPI PVOID