Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3185020
By: desbaine

I have some questions about using the winx/*.h files in conjunction with MinGW:

1. How should MinGW/include files be patched?  Right now, I'm prepending the
following right after the the first #ifdef/define pair:

#ifdef __GW32__
#include <winx/examplex.h>
#endif

Is it better to include this outside the major #ifdef?  After the contents of
the header file?

2. I read that libgw32c's glibc/ header files shouldn't be included unless 
absent
from mingw/include/, but the glibc functions getline and open_memstream (among
others, I presume) are only available in glibc/stdio.h, and not in either
winx/stdiox.h or MinGW's stdio.h.  How should I include this header without
a lot of conflicting definitions?

Thank you for your help,
Desbaine

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to