Files
core/Test/Applications/AVSOfficeWSHtmlFileTest/source/stdafx.h

32 lines
837 B
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
//#include "targetver.h"
#include <tchar.h>
#include <comutil.h>
// STL
#include <vector>
#include <list>
#include <map>
#include <string>
#include <iostream>
//#include <iosfwd>
//#include <>
// BOOST
#include <boost/shared_ptr.hpp>
#import "..\..\..\..\..\..\Redist\AVSOfficeStudio\AVSOfficeXlsFile.dll" // no_namespace raw_interfaces_only
#import "..\..\..\..\..\..\Redist\AVSOfficeStudio\AVSOfficeUtils.dll" // no_namespace raw_interfaces_only
#import "..\..\..\..\..\..\Redist\AVSOfficeStudio\AVSOfficeWSHtmlFile.dll" // no_namespace raw_interfaces_only
// TODO: reference additional headers your program requires here