This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC 2.95-Mingw32: winsock.h is not C++ enabled



I wish mingw to have a complete windowsx.h
 - GlobalAllocPtr
 - GetStockBrush
 - SelectBrush

The lcc-win32 attached complete windowsx.h. why mingw not?
And, I worry about two-licenses, in the following approach.

#if defined(CYGWIN) || defined(__CYGWIN__)
#  include <d:/cc/lccwin32/include/windowsx.h>
#else
#  include <windowsx.h>
#endif

Nobody knows good idea ?


regards,

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]