stdafx.h
资源名称:PEPack.rar [点击查看]
上传用户:sdguojin
上传日期:2022-07-31
资源大小:1726k
文件大小:0k
源码类别:
系统编程
开发平台:
Visual C++
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently, but
- // are changed infrequently
- //
- #pragma once
- #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
- #include <stdio.h>
- #include <tchar.h>
- // TODO: reference additional headers your program requires here