1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-02 14:44:41 +03:00

11 lines
84 B
C
Raw Normal View History

2024-04-30 15:35:20 +03:00
#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run();
#endif