zapret/nfq/win.h
2024-10-28 09:32:24 +03:00

11 lines
84 B
C

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