Make sure winsock.h gets included before stdlib.h.

This commit is contained in:
Dimitrie O. Paun 2003-05-13 23:36:33 +00:00 committed by Alexandre Julliard
parent 98e5e7705a
commit b46d8235c1
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@
*
*/
#include <winsock.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

View File

@ -56,6 +56,7 @@
*/
#include <winsock.h>
#include <stdio.h>
#include <stdlib.h>