2015-10-19 19:45:08 +00:00
|
|
|
#ifndef __SPHINXBASE_EXPORT_H__
|
|
|
|
#define __SPHINXBASE_EXPORT_H__
|
|
|
|
|
2016-01-12 21:13:42 +00:00
|
|
|
// We're creating a static library. No __declspec!
|
2015-10-19 19:45:08 +00:00
|
|
|
#define SPHINXBASE_EXPORT
|
|
|
|
|
|
|
|
#endif /* __SPHINXBASE_EXPORT_H__ */
|