# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1303201492 0 # Node ID 850b2e6cfeabc50f723bf26c308837b5542deba1 # Parent 3e393a9375c4b7a942d035275b00e3c2d1f83c17 Have INIDIR use the home directory on all platforms now, not just Unix and Mac. diff -r 3e393a9375c4 -r 850b2e6cfeab compat.h --- a/compat.h Tue Apr 19 07:55:07 2011 +0000 +++ b/compat.h Tue Apr 19 08:24:52 2011 +0000 @@ -43,13 +43,12 @@ #include #define DIRSEP "\\" -#define INIDIR "." #define TYPDIR "." #else #define DIRSEP "/" -#define INIDIR "~/." __TARGET__ #define TYPDIR "/usr/local/" __TARGET__ #endif +#define INIDIR "~/." __TARGET__ /* OS/2 */ #if defined(__EMX__) || defined(__OS2__)