mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
fix includes case
svn path=/trunk/; revision=42118
This commit is contained in:
parent
4725a4fd9c
commit
4df2364dc6
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
|
||||
/* PSDK and NDK Headers */
|
||||
#include <winsock2.h>
|
||||
#include <Ws2tcpip.h>
|
||||
#include <Ws2spi.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <ws2spi.h>
|
||||
#include <ndk/umtypes.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue