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

This commit is contained in:
Dimitrie O. Paun 2003-05-13 04:48:23 +00:00 committed by Alexandre Julliard
parent 34766a1928
commit 4ca5685c9c
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <winsock.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>