diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-07 15:27:19 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-09-07 15:27:19 +0000 |
commit | aa4889ef5992bac63b7e1505ef85063043c99e7a (patch) | |
tree | 52dcc809423547f0d765fc53a53bd07cf5201c8e /ace/ACE.h | |
parent | 27ee5f721c0c27cc8a258893560205598532088d (diff) | |
download | ATCD-aa4889ef5992bac63b7e1505ef85063043c99e7a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 2dc03b17bd0..4cd1a52e9c6 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -456,9 +456,11 @@ public: // This method is just like <strdup>, except that it uses <operator // new> rather than <malloc>. +# if defined (ACE_WIN32) static wchar_t *strnew (const wchar_t *s); // This method is just like <strdup>, except that it uses <operator // new> rather than <malloc>. +#endif /* ACE_WIN32 */ static char *strndup (const char *str, size_t n); // Create a fresh new copy of <str>, up to <n> chars long. Uses |