In Dev-C++ 4.00 from the site in include\winsock2.h on line 43 it has
ifdef __cplusplus } #endif
Should this be
#ifdef __cplusplus } #endif
I didn't check the new cvs & all so ignore this if I'm totally out of date. :)
-eurijk!
yeah, that does look a bit fucked up.
kip
Log in to post a comment.
In Dev-C++ 4.00 from the site in include\winsock2.h on line 43 it has
ifdef __cplusplus
}
#endif
Should this be
#ifdef __cplusplus
}
#endif
I didn't check the new cvs & all so ignore this if I'm totally out of date. :)
-eurijk!
yeah, that does look a bit fucked up.
kip