#pragma once #include #define _WINSOCK_DEPRECATED_NO_WARNINGS // https://kirkshoop.github.io/2011/09/20/ntstatus.html #include #include #include #define WIN32_NO_STATUS #include #undef WIN32_NO_STATUS #include #include extern NTSTATUS(__stdcall *NtDelayExecution)(BOOL Alertable, PLARGE_INTEGER DelayInterval); extern LARGE_INTEGER performance_frequency; bool nn_windows_init(void); void nn_windows_close(void);