stdafx.h
上传用户:junlon
上传日期:2022-01-05
资源大小:39075k
文件大小:0k
源码类别:

DirextX编程

开发平台:

Visual C++

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