VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfExtProtocol
vrfExtProtocolDefines.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2025 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: vrfExtProtocolDefines.h,v $ $Revision: 1.1 $ $State: Exp $
7
********************************************************************/
8
#ifndef TDB_VRFEXTPROTOCOL_DEFINES
9
#define TDB_VRFEXTPROTOCOL_DEFINES
10
11
// This file is used to determine how to build
12
#ifdef WIN32
13
#ifdef DT_DLL_BUILD
14
#ifdef vrfExtProtocol_EXPORTS
15
#define DT_DLL_vrfExtProtocol __declspec(dllexport)
16
#else
17
#define DT_DLL_vrfExtProtocol __declspec(dllimport)
18
#endif
19
#else
20
#define DT_DLL_vrfExtProtocol
21
#endif
22
#else
23
#define DT_DLL_vrfExtProtocol
24
#endif
25
26
#endif
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)