VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
exampleCigiExtension.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2019 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #ifdef _WIN32
12 #ifdef EXAMPLECIGIEXTENSION_EXPORTS
13 #define DT_DLL_EXAMPLECIGIEXTENSION __declspec ( dllexport )
14 #else
15 #define DT_DLL_EXAMPLECIGIEXTENSION __declspec ( dllimport )
16 #endif
17 #else
18 #define DT_DLL_EXAMPLECIGIEXTENSION
19 #endif


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)