diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-15 16:14:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-15 16:14:05 +0000 |
commit | db7a7a006302eab51a068958bacb526a47939f86 (patch) | |
tree | 894d910c28ae6497de93333ed77a3c17d9d5c686 /TAO/tests/CodeSets | |
parent | 708fdb7b874fe1fca267bc0bedf1da71e1068ad8 (diff) | |
download | ATCD-db7a7a006302eab51a068958bacb526a47939f86.tar.gz |
ChangeLogTag: Thu Jan 15 16:12:54 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/CodeSets')
-rw-r--r-- | TAO/tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859_export.h | 2 | ||||
-rw-r--r-- | TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_export.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859_export.h b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859_export.h index 66305084475..5a31c9c23b9 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859_export.h +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/IBM1047_ISO8859_export.h @@ -9,7 +9,7 @@ #include "ace/config-all.h" -#if defined (AS_STATIC_LIBS) +#if defined (TAO_AS_STATIC_LIBS) # if !defined (IBM1047_ISO8859_HAS_DLL) # define IBM1047_ISO8859_HAS_DLL 0 # endif /* ! IBM1047_ISO8859_HAS_DLL */ diff --git a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_export.h b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_export.h index 0fb10dd8d7c..d668942ef44 100644 --- a/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_export.h +++ b/TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16_export.h @@ -9,7 +9,7 @@ #include "ace/config-all.h" -#if defined (AS_STATIC_LIBS) +#if defined (TAO_AS_STATIC_LIBS) # if !defined (UCS4_UTF16_HAS_DLL) # define UCS4_UTF16_HAS_DLL 0 # endif /* ! UCS4_UTF16_HAS_DLL */ |