mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 14:24:45 -04:00
common: make a common interface for creating a server socket
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#include "third-party/lzokay/lzokay.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user