mirror of
https://github.com/bol-van/zapret2
synced 2026-09-21 21:29:24 +03:00
9 lines
105 B
C
9 lines
105 B
C
#pragma once
|
|
|
|
#ifdef __CYGWIN__
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool service_run(int argc, char *argv[]);
|
|
|
|
#endif
|