winws: windows service support

This commit is contained in:
bol-van
2024-04-30 15:35:20 +03:00
parent 9eded3d3ce
commit 9df7574b2b
20 changed files with 291 additions and 8 deletions

11
nfq/win.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#ifdef __CYGWIN__
#include <stdbool.h>
bool service_run();
void service_stopped();
#endif