Fix header preprocessor alignment
This commit is contained in:
parent
ea1f2b1995
commit
458692692e
@ -8,9 +8,9 @@ extern "C" {
|
|||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
#define DEEPSPEECH_EXPORT __declspec(dllexport)
|
#define DEEPSPEECH_EXPORT __declspec(dllexport)
|
||||||
#else /*End of _MSC_VER*/
|
#else
|
||||||
#define DEEPSPEECH_EXPORT __attribute__ ((visibility("default")))
|
#define DEEPSPEECH_EXPORT __attribute__ ((visibility("default")))
|
||||||
#endif /*End of SWIG*/
|
#endif /*End of _MSC_VER*/
|
||||||
#else
|
#else
|
||||||
#define DEEPSPEECH_EXPORT
|
#define DEEPSPEECH_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user