--- os2sdk/demos/apps/ds/file.c 2018/08/09 12:25:13 1.1 +++ os2sdk/demos/apps/ds/file.c 2018/08/09 12:26:01 1.1.1.2 @@ -1,7 +1,8 @@ -/* file.c - DS.INI file and path stuff */ +/* file.c - DS.INI file and path stuff */ +/* Created by Microsoft Corp. 1986 */ + #include -#include #include #include @@ -31,7 +32,7 @@ fileInit () { char pLastChar; int pLast; - char *iPath; + NPCH iPath; RootPath = getcwd (NULL,MAX_PATH_LEN); /* Get current working directory */ if (!RootPath) {