Files
GuideInfrared/编程资料/汇编/Assemble.TestCode/stdafx.h
2026-02-01 21:55:55 +08:00

16 lines
218 B
C

// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
// TODO: 在此处引用程序需要的其他头文件