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

S.Yoshida vzy03312@ha.bekkoame.ne.jp
Sun Aug 1 14:13:00 GMT 1999


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



More information about the Cygwin mailing list