zapret/nfq/win.h

12 lines
108 B
C
Raw Normal View History

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