Windows Service support.

Program can now be started as a Windows Service. No additional
arguments needed. Refer to `service_install` and `service_remove`
scripts in released zip file.
This commit is contained in:
ValdikSS
2017-12-20 17:03:22 +03:00
parent 95765f3ed9
commit 23babdc8fa
5 changed files with 103 additions and 21 deletions

View File

@@ -5,3 +5,6 @@
#else
#define debug(...) printf(__VA_ARGS__)
#endif
int main(int argc, char *argv[]);
void deinit_all();