mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-18 07:25:47 +00:00
10 lines
83 B
C
10 lines
83 B
C
#pragma once
|
|
|
|
#ifdef __CYGWIN__
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool service_run();
|
|
|
|
#endif
|