More changes to support X-FLAIM.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@376 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -294,7 +294,7 @@ const char * FLMAPI f_errorString(
|
||||
Desc: Map POSIX errno to Flaim IO errors.
|
||||
***************************************************************************/
|
||||
#if defined( FLM_UNIX) || defined( FLM_NLM)
|
||||
RCODE f_mapPlatformError(
|
||||
RCODE FLMAPI f_mapPlatformError(
|
||||
FLMINT iError,
|
||||
RCODE defaultRc)
|
||||
{
|
||||
@@ -362,7 +362,7 @@ RCODE f_mapPlatformError(
|
||||
Desc:
|
||||
***************************************************************************/
|
||||
#ifdef FLM_WIN
|
||||
RCODE f_mapPlatformError(
|
||||
RCODE FLMAPI f_mapPlatformError(
|
||||
FLMINT iErrCode,
|
||||
RCODE defaultRc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user