Init
This commit is contained in:
35
exchange/exchangesource/DumpFeatureTree/DumpFeatureTree.h
Normal file
35
exchange/exchangesource/DumpFeatureTree/DumpFeatureTree.h
Normal file
@@ -0,0 +1,35 @@
|
||||
/***********************************************************************************************************************
|
||||
*
|
||||
* Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc.
|
||||
* The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., and considered a trade secret
|
||||
* as defined under civil and criminal statutes. Tech Soft 3D shall pursue its civil and criminal remedies in the event
|
||||
* of unauthorized use or misappropriation of its trade secrets. Use of this information by anyone other than authorized
|
||||
* employees of Tech Soft 3D, Inc. is granted only under a written non-disclosure agreement, expressly prescribing the
|
||||
* scope and manner of such use.
|
||||
*
|
||||
***********************************************************************************************************************/
|
||||
|
||||
#ifndef __DUMPFEATURETREE_H__
|
||||
#define __DUMPFEATURETREE_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# pragma warning (disable:4090)
|
||||
# define _CRT_SECURE_NO_DEPRECATE 1
|
||||
# ifdef _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
|
||||
# undef _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
|
||||
# define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
|
||||
# endif
|
||||
#else
|
||||
#define sprintf_s(buf, buf_size, ...) sprintf((buf), __VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#include <tinyxml.h>
|
||||
|
||||
#include <A3DSDKIncludes.h>
|
||||
|
||||
#include "../common.hpp"
|
||||
|
||||
|
||||
#endif //__DUMPFEATURETREE_H__
|
||||
Reference in New Issue
Block a user