summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-23 02:40:11 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-23 02:40:11 +0000
commit5394eb3bf1d9f3b2a17764b57ffaefd9ae2d103b (patch)
treefc30347f28733cf7287c914101ceb7699f5a524f
parentdd79a3b02ce86f2ebbb161cec772b27dbec5e7f3 (diff)
downloadATCD-5394eb3bf1d9f3b2a17764b57ffaefd9ae2d103b.tar.gz
ChangeLogTag:Fri May 23 02:44:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/config-win32-common.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25774bc1677..0ef837b9209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri May 23 02:44:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/config-win32-common.h:
+ Added ACE_HAS_VSWPRINTF define. This should clear up some
+ the tests/Malloc_Test failures for WCHAR builds.
+
Thu May 22 10:53:43 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/TemplateParser.pm:
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 00ea29ef2a7..5abf05f18af 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -217,6 +217,7 @@
#define ACE_HAS_SNPRINTF
#define ACE_HAS_VFWPRINTF
+#define ACE_HAS_VSWPRINTF
#define ACE_SIZEOF_LONG_LONG 8
// Green Hills Native x86 does not support __int64 keyword