VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
export.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 /*
9  warning C4018: '>': signed/unsigned mismatch
10 warning C4201: nonstandard extension used: nameless struct/union
11  warning C4389: '!=': signed/unsigned mismatch
12  warning C4100: 'db': unreferenced formal parameter
13 */
14 
15 #pragma warning (disable: 4018 4100 4201 4389 )
16 
17 #ifdef _WIN32
18  #ifdef vrvLegion_EXPORTS
19  #define VRV_LEGION_DLL __declspec ( dllexport )
20  #else
21  #define VRV_LEGION_DLL __declspec ( dllimport )
22  #endif
23 #else
24  #define VRV_LEGION_DLL
25 #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)