From b9836654489f2b5d9f4249b943204bf7daae620e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 21 Aug 2002 06:09:53 +0000 Subject: ChangeLogTag: Wed Aug 21 07:52:12 2002 Johnny Willemsen --- ace/Lib_Find.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/Lib_Find.h') diff --git a/ace/Lib_Find.h b/ace/Lib_Find.h index adb8dffb9e4..3b5370ef252 100644 --- a/ace/Lib_Find.h +++ b/ace/Lib_Find.h @@ -36,9 +36,9 @@ class ACE_Export ACE_Lib_Find * prefix (e.g., "lib" on UNIX and "" on Win32) if the * doesn't match directly. */ - static int ldfind (const ACE_TCHAR *filename, - ACE_TCHAR *pathname, - size_t maxlen); + static int ldfind (const ACE_TCHAR* filename, + ACE_TCHAR pathname[], + size_t maxpathnamelen); /** * Uses to locate and open the appropriate and -- cgit v1.2.1