fork download
  1. #include <windows.h>
  2.  
  3. #define UNICODE
  4.  
  5. int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nCmdShow)
  6. {
  7. TCHAR *text = "OLOLO!";
  8. MessageBox(NULL, text, "", MB_OK);
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:21: fatal error: windows.h: No such file or directory
compilation terminated.
stdout
Standard output is empty