Merge branch 'dev' into zeroidc
This commit is contained in:
commit
dceba1f2f1
18 changed files with 38 additions and 43 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <WinSock2.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
|
||||
class CServiceBase
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue