![]() |
VR-Vantage 1.4.1 API Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: makArchives.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00013 00014 #ifndef makArchives_H_ 00015 #define makArchives_H_ 00016 00017 #include <boost/serialization/access.hpp> 00018 #include <boost/serialization/nvp.hpp> 00019 #include <boost/serialization/list.hpp> 00020 #include <boost/serialization/map.hpp> 00021 #include <boost/serialization/vector.hpp> 00022 #include <boost/serialization/string.hpp> 00023 00024 #ifdef _WIN32 00025 00026 #pragma once 00027 00028 #ifdef makArchives_EXPORTS 00029 #define DT_DLL_MAKARCHIVES __declspec ( dllexport ) 00030 #else 00031 #define DT_DLL_MAKARCHIVES __declspec ( dllimport ) 00032 00033 #ifdef _DEBUG 00034 #pragma comment(lib,"makArchivesd.lib") 00035 #else 00036 #pragma comment(lib,"makArchives.lib") 00037 #endif 00038 00039 #endif 00040 #else 00041 #define DT_DLL_MAKARCHIVES 00042 #endif 00043 00044 #endif