summaryrefslogtreecommitdiff
path: root/Tests/ObjectLibrary/mainAB.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/mainAB.c')
-rw-r--r--Tests/ObjectLibrary/mainAB.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/Tests/ObjectLibrary/mainAB.c b/Tests/ObjectLibrary/mainAB.c
index 556898b83..38db20520 100644
--- a/Tests/ObjectLibrary/mainAB.c
+++ b/Tests/ObjectLibrary/mainAB.c
@@ -1,8 +1,6 @@
-#if defined(_WIN32) && defined(SHARED_B)
-# define IMPORT_B __declspec(dllimport)
-#else
-# define IMPORT_B
-#endif
+
+#include "b.h"
+
extern IMPORT_B int b1(void);
extern IMPORT_B int b2(void);
#ifndef NO_A