#ifdef HAVE_CONFIG_H #include #endif #include #include using namespace std; int main(int argc, char *argv[]) { cout << "Hello, from Win32!" << endl; return EXIT_SUCCESS; }