On Mon, Aug 16, 2010 at 2:18 AM, Chris Sutcliffe <[email protected]> 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 WINAPI DPA_GetPtr(HDPA hdpa, INT_PTR i);
>   WINCOMMCTRLAPI BOOL WINAPI DPA_SetPtr(HDPA hdpa, IN int i, void *p);
>
> due to 'IN' not being defined.  Removing 'IN' corrects the issue.
>
> Chris
>

Just posted a patch for review to our list which removes them ;)

I wonder, though, why do you not get the IN definition (as nothing)
from through windef.h (or ntdef.h) ?

--
Ozkan

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to