ws2_32/tests: Reorder includes so that winsock.h is included before system headers.
This commit is contained in:
parent
b3f0425580
commit
76efc82860
|
@ -20,20 +20,13 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <ntstatus.h>
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
#include "ntstatus.h"
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windef.h>
|
#include <windows.h>
|
||||||
#include <winbase.h>
|
|
||||||
#include <winsock2.h>
|
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#include <mswsock.h>
|
#include <mswsock.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include <winnt.h>
|
|
||||||
#include <winerror.h>
|
|
||||||
#include <winuser.h>
|
|
||||||
|
|
||||||
#define MAX_CLIENTS 4 /* Max number of clients */
|
#define MAX_CLIENTS 4 /* Max number of clients */
|
||||||
#define NUM_TESTS 4 /* Number of tests performed */
|
#define NUM_TESTS 4 /* Number of tests performed */
|
||||||
|
|
Loading…
Reference in New Issue