mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 22:35:07 -04:00
common: make a common interface for creating a server socket
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "Timer.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#define MS_PER_SEC 1000ULL // MS = milliseconds
|
||||
#define US_PER_MS 1000ULL // US = microseconds
|
||||
|
||||
Reference in New Issue
Block a user