fork download
  1. #define NTDDI_VERSION NTDDI_WIN7
  2. #define _WIN32_WINNT 0x0500
  3.  
  4. #include <Windows.h>
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7.  
  8. int main(int argc, char *argv[])
  9. {
  10. HWND self = GetConsoleWindow();
  11. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:4:21: fatal error: Windows.h: No such file or directory
 #include <Windows.h>
                     ^
compilation terminated.
stdout
Standard output is empty