1 2 3 4 5 6 7 8 9 10
#include <windows.h> #include "main.h" int APIENTRY WinMain( HINSTANCE, HINSTANCE, LPSTR, int ) { if ( (LONG)GetVersion() < 0 ) return MainA(); else return MainW(); }