summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ace/OS_NS_stdio.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44724ad3742..ba46989a40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 3 06:41:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS_NS_stdio.h:
+ Added missing ACE_Export to printf() declaration.
+
Mon Nov 3 06:09:08 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/MM_Shared_Memory_Test.cpp:
diff --git a/ace/OS_NS_stdio.h b/ace/OS_NS_stdio.h
index 1a27c7d2672..d20c629bc0b 100644
--- a/ace/OS_NS_stdio.h
+++ b/ace/OS_NS_stdio.h
@@ -324,6 +324,7 @@ namespace ACE_OS {
ACE_NAMESPACE_INLINE_FUNCTION
void perror (const ACE_TCHAR *s);
+ extern ACE_Export
int printf (const char *format, ...);
ACE_NAMESPACE_INLINE_FUNCTION