mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- include winsock2.h before windows.h
svn path=/trunk/; revision=25222
This commit is contained in:
parent
001f6cc36d
commit
1ee33be807
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@
|
|||
* PROGRAMMERS: Ge van Geldorp (ge@gse.nl)
|
||||
* REVISIONS:
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
//#include <stdlib.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue