diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-09 17:58:20 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-09 17:58:20 +0000 |
commit | b02160a4e437644a40d55b88e0e1fb22c8b66c8f (patch) | |
tree | cfaf267c46b22e3b8405fff979ff152a600a0391 /tests/test_config.h | |
parent | 68f9a96ede9db3bb250eacc135f6501c148ca1a1 (diff) | |
download | ATCD-b02160a4e437644a40d55b88e0e1fb22c8b66c8f.tar.gz |
Fixed the unicode conversion problem.
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index b01be574d86..1985faaf60a 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -254,7 +254,7 @@ ACE_Test_Output::set_output (const ASYS_TCHAR *filename, int append) const ASYS_TCHAR *test_dir; #if !defined (ACE_HAS_WINCE) - test_dir = ACE_OS::getenv (ACE_TEXT ("ACE_TEST_DIR")); + test_dir = ACE_OS::getenv (ASYS_TEXT ("ACE_TEST_DIR")); if (test_dir == 0) #endif /* ACE_HAS_WINCE */ |