zapret/nfq/win.h

10 lines
83 B
C

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