mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
32 lines
837 B
C++
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
|