Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00
Files
zapret2/nfq2/win.h
bol-van ecdaed3dcc start
2025-11-21 22:49:11 +03:00

10 lines
83 B
C

#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run();
#endif