#ifdef _WIN32_ #include #define exec exec_ #endif int main(int argc, char *argv[]) { if(argc) return exec(argv[0]); return 0; }