|
From: <cre...@us...> - 2006-07-11 21:47:45
|
Revision: 1456 Author: creecode Date: 2006-07-11 14:47:41 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1456&view=rev Log Message: ----------- include MoreFilesX.h only for Mac Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/source/filepath.c Modified: Frontier/branches/FSRef_Migration/Common/source/filepath.c =================================================================== --- Frontier/branches/FSRef_Migration/Common/source/filepath.c 2006-07-08 01:12:12 UTC (rev 1455) +++ Frontier/branches/FSRef_Migration/Common/source/filepath.c 2006-07-11 21:47:41 UTC (rev 1456) @@ -34,9 +34,14 @@ #include "ops.h" #include "file.h" #include "launch.h" // 2005-07-18 creedon -#include "MoreFilesX.h" // 2006-05-31 creedon +#ifdef MACVERSION + #include "MoreFilesX.h" // 2006-05-31 creedon + +#endif // MACVERSION + + #define flaux false /*if true, we're running under the A/UX operating system*/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |