You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
511 B
28 lines
511 B
// stdafx.h : 标准系统包含文件的包含文件,
|
|
// 或是经常使用但不常更改的
|
|
// 特定于项目的包含文件
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#pragma comment(lib, "tinyxml.lib")
|
|
|
|
#pragma once
|
|
|
|
#define Word Microsoft::Office::Interop::Word
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#ifdef _WIN32
|
|
#include <tchar.h>
|
|
#include <windows.h>
|
|
#include <atlstr.h>
|
|
#endif
|
|
#include <ctype.h>
|
|
#include <iostream>
|
|
#include <tinyxml.h>
|
|
|
|
// #include <tinystr.h>
|
|
|
|
// TODO: 在此处引用程序需要的其他头文件
|