#include "precomp.h"

void _cdecl main(void) 
{
    void ServiceMain(unsigned long, void *);
    ServiceMain(0, 0);
}
