mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-27 16:51:41 +08:00
Task #3960 - Split CMSWindowsHookLibraryLoader into hook and shellex loaders
- reordered include order for winsock2.h (more robust) - removed Windows.h include from synwinxt.h (not needed)
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
#include "arch/IArchNetwork.h"
|
||||
#include "arch/IArchMultithread.h"
|
||||
|
||||
#include <WinSock2.h>
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <list>
|
||||
|
||||
#define ARCH_NETWORK CArchNetworkWinsock
|
||||
|
||||
Reference in New Issue
Block a user