diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-30 07:55:04 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-30 07:55:04 +0000 |
commit | d17cb368cebc03869e10f0bf6836eb86c8006fc7 (patch) | |
tree | c0b140343f40992d13a17362a0b1a4218d57c445 /ace/ace_wchar.h | |
parent | 8a45a390ff04967884c6b4f86abb6985b7767d6f (diff) | |
download | ATCD-d17cb368cebc03869e10f0bf6836eb86c8006fc7.tar.gz |
ChangeLogTag:Sun Oct 29 23:46:54 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/ace_wchar.h')
-rw-r--r-- | ace/ace_wchar.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/ace_wchar.h b/ace/ace_wchar.h index 61e32ae46c1..2e8b18c158c 100644 --- a/ace/ace_wchar.h +++ b/ace/ace_wchar.h @@ -51,18 +51,6 @@ # define ACE_TEXT_STRING ACE_TString -# if !defined (ACE_WIN32) -# if (defined (ACE_HAS_UNICODE) && (defined (UNICODE))) -typedef const wchar_t *LPCTSTR; -typedef wchar_t *LPTSTR; -typedef wchar_t TCHAR; -# else -typedef const char *LPCTSTR; -typedef char *LPTSTR; -typedef char TCHAR; -# endif /* ACE_HAS_UNICODE && UNICODE */ -# endif /* ACE_WIN32 */ - #endif /* ACE_LEGACY_MODE */ #if defined (ACE_HAS_WCHAR) |