Use lowercase when including Windows headers
This commit is contained in:
parent
30c77cfee5
commit
1c956494a4
16 changed files with 37 additions and 37 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
#ifdef __WINDOWS__
|
||||
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../node/Mutex.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue