diff options
Diffstat (limited to 'Tests/ObjectLibrary/c.c')
-rw-r--r-- | Tests/ObjectLibrary/c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ObjectLibrary/c.c b/Tests/ObjectLibrary/c.c index 4c37e38..2692899 100644 --- a/Tests/ObjectLibrary/c.c +++ b/Tests/ObjectLibrary/c.c @@ -1,7 +1,7 @@ #if defined(_WIN32) && defined(Cshared_EXPORTS) -#define EXPORT_C __declspec(dllexport) +# define EXPORT_C __declspec(dllexport) #else -#define EXPORT_C +# define EXPORT_C #endif extern int a1(void); |