stdafx.h 332 B

12345678910111213141516
  1. // stdafx.h : 标准系统包含文件的包含文件,
  2. // 或是常用但不常更改的项目特定的包含文件
  3. //
  4. #pragma once
  5. #define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
  6. // Windows 头文件:
  7. #include <windows.h>
  8. #include <stdlib.h>
  9. #include <sys/stat.h>
  10. #include <stdio.h>
  11. #include <crtdbg.h>
  12. // TODO: 在此处引用程序要求的附加头文件