|
From: Danny S. <dan...@us...> - 2001-08-10 07:33:02
|
Update of /cvsroot/mingw/w32api/lib In directory usw-pr-cvs1:/tmp/cvs-serv30560/w32api/lib Modified Files: test.c Log Message: * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS. Add more includes of w32api headers. Index: test.c =================================================================== RCS file: /cvsroot/mingw/w32api/lib/test.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test.c 2001/08/10 07:11:32 1.2 --- test.c 2001/08/10 07:32:58 1.3 *************** *** 58,62 **** ! #ifndef __OBJC__ #include <ole2.h> #include <shlobj.h> --- 58,62 ---- ! #ifndef __OBJC__ /* problems with BOOL */ #include <ole2.h> #include <shlobj.h> |