Added missing functions on Unix platforms.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@363 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-04-27 19:46:47 +00:00
parent 082f51d11d
commit 969a9301d8
6 changed files with 28 additions and 77 deletions

View File

@@ -27,20 +27,6 @@
#if defined( FLM_WIN)
/****************************************************************************
Desc:
****************************************************************************/
RCODE f_allocFileHdl(
F_FileHdl ** ppFileHdl)
{
if( (*ppFileHdl = f_new F_FileHdl) == NULL)
{
return( RC_SET( NE_FLM_MEM));
}
return( NE_FLM_OK);
}
/****************************************************************************
Desc:
****************************************************************************/