Initial changes needed to convert XFLAIM over to FTK.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@368 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-05-01 23:29:03 +00:00
parent e76ad4d5a8
commit bb1f3e4a80
13 changed files with 1391 additions and 405 deletions

View File

@@ -291,7 +291,7 @@ const char * FLMAPI f_errorString(
Desc: Map POSIX errno to Flaim IO errors.
***************************************************************************/
#if defined( FLM_UNIX) || defined( FLM_NLM)
RCODE MapPlatformError(
RCODE f_mapPlatformError(
FLMINT iError,
RCODE defaultRc)
{
@@ -359,7 +359,7 @@ RCODE MapPlatformError(
Desc:
***************************************************************************/
#ifdef FLM_WIN
RCODE MapPlatformError(
RCODE f_mapPlatformError(
FLMINT iErrCode,
RCODE defaultRc)
{