prog.cpp 168 B

12345678910111213
  1. #include<windows.h>
  2. class Foo;
  3. int APIENTRY
  4. WinMain(
  5. HINSTANCE hInstance,
  6. HINSTANCE hPrevInstance,
  7. LPSTR lpszCmdLine,
  8. int nCmdShow) {
  9. return 0;
  10. }