mirror of
https://git.vectorsigma.ru/public/zapret.git
synced 2026-08-05 05:37:54 +00:00
10 lines
107 B
C
10 lines
107 B
C
#pragma once
|
|
|
|
#ifdef __linux__
|
|
#define SPLICE_PRESENT
|
|
#endif
|
|
|
|
#include <sys/param.h>
|
|
|
|
void ReloadCheck();
|