zapret/nfq/win.h
2024-04-30 21:36:09 +03:00

11 lines
84 B
C

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