mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 14:03:38 -04:00
common: make a common interface for creating a server socket
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "third-party/fmt/color.h"
|
||||
#include "log.h"
|
||||
#ifdef _WIN32 // see lg::initialize
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
Reference in New Issue
Block a user