1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-23 16:36:27 +03:00
2024-10-28 09:32:24 +03:00

11 lines
84 B
C

#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run();
#endif