added osi file name defs

This commit is contained in:
Jeff Hill
1998-02-06 00:14:53 +00:00
parent 294a1fb43d
commit 9edc539d43
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
* unixFileName.h
* Author: Jeff Hill
*
*
*/
#ifndef unixFileNameH
#define unixFileNameH
#define OSI_PATH_LIST_SEPARATOR ":"
#define OSI_PATH_SEPARATOR "/"
#endif /* unixFileNameH */