mirror of
https://github.com/open-goal/jak-project
synced 2026-06-22 09:05:44 -04:00
common: make a common interface for creating a server socket
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include "kprint.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "Windows.h"
|
||||
#include <io.h>
|
||||
#elif __linux__
|
||||
|
||||
Reference in New Issue
Block a user