mirror of
https://github.com/a0rtega/pafish
synced 2024-11-22 06:11:18 +03:00
Fixed warning "Please include winsock2.h before windows.h"
This commit is contained in:
parent
887cdd4877
commit
1033f2818a
@ -3,9 +3,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <ctype.h>
|
||||
#include <winsock2.h>
|
||||
#include <iphlpapi.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user