pch.h 184 B

12345678910
  1. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  2. #include <windows.h>
  3. #include <crtdbg.h>
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <shellapi.h>