8 lines
188 B
C
8 lines
188 B
C
|
#ifndef __POCKETSPHINX_EXPORT_H__
|
||
|
#define __POCKETSPHINX_EXPORT_H__
|
||
|
|
||
|
// We're creating a static library. No __declspec!
|
||
|
#define POCKETSPHINX_EXPORT
|
||
|
|
||
|
#endif /* __POCKETSPHINX_EXPORT_H__ */
|