summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-31 07:17:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-31 07:17:04 +0000
commit2d0de71cddc8bd04853bcf3dae07e022685b365e (patch)
tree5d3a1039e1d4ac47a7a5e219d4855ede36f4f6fd /examples
parent8bfb6fbef623c3f90273448b87a7ee6898a6258c (diff)
downloadATCD-2d0de71cddc8bd04853bcf3dae07e022685b365e.tar.gz
ChangeLogTag: Mon Jan 31 07:15:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/Log_Msg/Log_Msg_MFC/MFC_Log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Log_Msg/Log_Msg_MFC/MFC_Log.cpp b/examples/Log_Msg/Log_Msg_MFC/MFC_Log.cpp
index 4354bde10c4..18899d5611c 100644
--- a/examples/Log_Msg/Log_Msg_MFC/MFC_Log.cpp
+++ b/examples/Log_Msg/Log_Msg_MFC/MFC_Log.cpp
@@ -35,7 +35,7 @@ MFC_Log::log (ACE_Log_Record& log_record)
log_record.msg_data());
#if defined (ACE_WIN32)
- ::OutputDebugString(Message);
+ ACE_TEXT_OutputDebugString(Message);
#endif /* ACE_WIN32 */
}