added osi file name defs
This commit is contained in:
13
src/include/unixFileName.h
Normal file
13
src/include/unixFileName.h
Normal 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 */
|
||||
Reference in New Issue
Block a user