MAK Legion API Documentation
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
legionDataStoreImpl
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
#ifdef _WIN32
19
#ifdef legionDataStoreImpl_EXPORTS
20
#define LEGIONRUNTIME_DLL __declspec ( dllexport )
21
#else
22
#define LEGIONRUNTIME_DLL __declspec ( dllimport )
23
#endif
24
#else
25
#define LEGIONRUNTIME_DLL
26
#endif
Document ID: Generated on Mon Mar 8 15:11:30 EST 2021 from SVN revision 225633
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)