Gerrit Voss wrote: > [snip]
We are including windows.h which should be enough as it includes winsock2.h, which contains slightly different declarations from winsock.h and both are not well protected from each other giving a lot of fun if things go wrong.
Just FYI, windows.h does not include winsock.h if WIN32_LEAN_AND_MEAN is defined, so it's generally a good idea to include it directly if you really want it.
Chad ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
