#include "includes.h" // Entry point int wmain() { return BEService::Run() ? 0 : 1; }