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.
30 lines
569 B
30 lines
569 B
// stdafx.h : ��ϵͳ�����ļ��İ����ļ���
|
|
// ���Ǿ���ʹ�õ��������ĵ�
|
|
// �ض�����Ŀ�İ����ļ�
|
|
//
|
|
|
|
#pragma once
|
|
|
|
|
|
#pragma comment(lib, "tinyxml.lib")
|
|
|
|
#pragma once
|
|
|
|
|
|
#define Word Microsoft::Office::Interop::Word
|
|
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
#include <windows.h>
|
|
#include <atlstr.h>
|
|
#include <ctype.h>
|
|
#include<iostream>
|
|
#include <tinyxml.h>
|
|
|
|
// #include <tinystr.h>
|
|
|
|
|
|
// TODO: �ڴ˴����ó�����Ҫ������ͷ�ļ�
|
|
|