libkovan
1
The kovan standard library
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
export.h
Go to the documentation of this file.
1
#ifndef __EXPORT_DLL_H__
2
#define __EXPORT_DLL_H__
3
4
#ifdef WIN32
5
#define EXPORT_SYM __declspec(dllexport)
6
#else
7
#define EXPORT_SYM
8
#endif
9
10
#endif
include
kovan
export.h
Generated on Sat Jan 11 2014 06:48:24 for libkovan by
1.8.5