1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-02-24 14:02:20 +03:00
zapret/tpws/tpws.h
2025-01-24 11:12:56 +03:00

10 lines
107 B
C

#pragma once
#ifdef __linux__
#define SPLICE_PRESENT
#endif
#include <sys/param.h>
void ReloadCheck();