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:
@@ -14,6 +14,7 @@ u32 get_current_tid() {
|
||||
}
|
||||
#else
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include "Processthreadsapi.h"
|
||||
u32 get_current_tid() {
|
||||
|
||||
Reference in New Issue
Block a user