summaryrefslogtreecommitdiff
path: root/tests/MM_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-24 20:51:11 +0000
commitdbeac73f76c854ecf1b73740cbd500ae35b47039 (patch)
tree1f4fb52dc5e816fdcb99eae71f2629220fbe1140 /tests/MM_Shared_Memory_Test.cpp
parenta1e8f68499017845b93c6becd8b11b63629bba04 (diff)
downloadATCD-dbeac73f76c854ecf1b73740cbd500ae35b47039.tar.gz
Replaced __TEXT with ACE_TEXT
Diffstat (limited to 'tests/MM_Shared_Memory_Test.cpp')
-rw-r--r--tests/MM_Shared_Memory_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MM_Shared_Memory_Test.cpp b/tests/MM_Shared_Memory_Test.cpp
index 0d62edcaf16..f0ef46f5027 100644
--- a/tests/MM_Shared_Memory_Test.cpp
+++ b/tests/MM_Shared_Memory_Test.cpp
@@ -33,7 +33,7 @@ USELIB("..\ace\aced.lib");
#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
const int SHMSZ = 27;
-static TCHAR shm_key[] = ACE_TEMP_FILE_NAME __TEXT ("XXXXXX");
+static TCHAR shm_key[] = ACE_TEMP_FILE_NAME ACE_TEXT ("XXXXXX");
static void *
client (void *)