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:


Hi anangsa,

You wrote:

>I've tried to port some apps with b19, i still need winsock 2 & winmm
>header anyone can help ?
Winsock is definitly already there, you just have to activate it by
defining some macro:

/* Mingw32 */
#ifdef __MINGW32__
# define Win32_Winsock
# include <windows.h>
#endif /* __MINGW32__ */

Winmm should behave the same, just search the files in the Windows32
directory for some winmm statement and see how to activate it.

bye

Michael
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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