From mboxrd@z Thu Jan 1 00:00:00 1970 From: michael@weiser.saale-net.de (Michael Weiser) To: anangsa@indo-nail.com Cc: gnu-win32@cygnus.com Subject: Re: Date: Mon, 17 Aug 1998 12:35:00 -0000 Message-id: <35d8ccaf.1586821@mail> References: <3.0.32.19980815162553.00683af8@b201.ee.its-sby.edu> X-SW-Source: 1998-08/msg00329.html 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 #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".