summaryrefslogtreecommitdiff
path: root/NetWare/nw5thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/nw5thread.h')
-rw-r--r--NetWare/nw5thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h
index 6bdba245b5..b1a2534b68 100644
--- a/NetWare/nw5thread.h
+++ b/NetWare/nw5thread.h
@@ -154,7 +154,7 @@ typedef unsigned long perl_mutex;
#endif //#if 0
//Following has to be defined CHKSGP
-#if defined(PERLDLL) && defined(USE_DECLSPEC_THREAD) && (!defined(__BORLANDC__) || defined(_DLL))
+#if defined(PERLDLL) && defined(USE_DECLSPEC_THREAD)
extern __declspec(thread) void *PL_current_context;
#define PERL_SET_CONTEXT(t) (PL_current_context = t)
#define PERL_GET_CONTEXT PL_current_context