summaryrefslogtreecommitdiff
path: root/ace/OS_NS_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_time.h')
-rw-r--r--ace/OS_NS_time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_NS_time.h b/ace/OS_NS_time.h
index 4846794a6c2..5ee8e8ffc4a 100644
--- a/ace/OS_NS_time.h
+++ b/ace/OS_NS_time.h
@@ -265,7 +265,11 @@ namespace ACE_OS {
ACE_NAMESPACE_INLINE_FUNCTION
ACE_TCHAR *ctime (const time_t *t);
+#if defined (ACE_HAS_WINCE) && !defined (_DEBUG)
+ extern ACE_EXPORT_MACRO
+#else
ACE_NAMESPACE_INLINE_FUNCTION
+#endif
ACE_TCHAR *ctime_r (const time_t *clock, ACE_TCHAR *buf, int buflen);
# if defined (difftime)