zapret/nfq/win.h

11 lines
84 B
C
Raw Normal View History

2024-04-30 17:35:20 +05:00
#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run();
#endif