Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
Client
Source
Interface
Extended
EmbConfig.h
Go to the documentation of this file.
1
/*****************************************************************
2
|
3
| EMBB Configuration
4
|
5
| $Id: EmbConfig.h 2018-02-27
6
| Original author: Kiran Kumar G
7
|
8
| This software is provided to you pursuant to your agreement
9
| with Intertrust Technologies Corporation ("Intertrust").
10
| This software may be used only in accordance with the terms
11
| of the agreement.
12
|
13
| Copyright (c) 2018 by Intertrust. All rights reserved.
14
|
15
****************************************************************/
16
#ifndef _EMB_CONFIG_H_
17
#define _EMB_CONFIG_H_
18
19
/*----------------------------------------------------------------------
20
| EMB_EXPORT
21
+---------------------------------------------------------------------*/
22
#if defined(WIN32)
23
#define EMB_EXPORT __declspec(dllexport)
24
#else
25
#define EMB_EXPORT
26
#endif
/* EMB_EXPORT */
27
28
#endif //_EMB_CONFIG_H_