mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-08 06:15:26 +00:00
11 lines
106 B
C
11 lines
106 B
C
#pragma once
|
|
|
|
#ifdef __CYGWIN__
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool service_run(int argc, char *argv[]);
|
|
|
|
#endif
|
|
|