windows.h 126 B

12345678
  1. #ifndef WINDOWS_H
  2. #define WINDOWS_H
  3. #include "gdi32.h"
  4. #include "kernel32.h"
  5. #include "user32.h"
  6. #include "opengl32.h"
  7. #endif