#pragma once #ifdef __CYGWIN__ #include bool service_run(int argc, char *argv[]); #endif