mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
common: make a common interface for creating a server socket
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <fcntl.h>
|
||||
#elif _WIN32
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
|
||||
Reference in New Issue
Block a user