mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
900263ea6f
n/a
16 lines
218 B
C
16 lines
218 B
C
// stdafx.h : 标准系统包含文件的包含文件,
|
|
// 或是经常使用但不常更改的
|
|
// 特定于项目的包含文件
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
|
|
|
|
// TODO: 在此处引用程序需要的其他头文件
|