mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
11 lines
84 B
C
11 lines
84 B
C
#pragma once
|
|
|
|
#ifdef __CYGWIN__
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool service_run();
|
|
|
|
#endif
|
|
|