MAK Legion 1.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
legionDataStoreImpl/export.h
Go to the documentation of this file.
1  /*********************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 /*
9  warning C4018: '>': signed/unsigned mismatch
10  warning C4189: local variable is initialized but not referenced
11  warning C4201: nonstandard extension used: nameless struct/union
12  warning C4389: '!=': signed/unsigned mismatch
13  warning C4100: 'db': unreferenced formal parameter
14 */
15 
16 #pragma warning (disable: 4201)
17 
18 #if defined(_WIN32)
19  #ifdef legionDataStoreImpl_EXPORTS
20  #define LEGIONRUNTIME_DLL __declspec ( dllexport )
21  #else
22  #define LEGIONRUNTIME_DLL __declspec ( dllimport )
23  #endif
24 #elif defined(__GNUC__)
25  #define LEGIONRUNTIME_DLL __attribute__ ((visibility ("default")))
26 #endif

Document ID: Generated on Wed May 26 15:17:05 EDT 2021 from SVN revision 229676
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)