]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConfigurationFile.cxx
Bug fix on windows
[bbtk.git] / kernel / src / bbtkConfigurationFile.cxx
index f7b9002db829248636b4e47cde8ecc48fb94262f..764024a04d4e0552ff3994da7cceba4a74219e58 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConfigurationFile.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/01/27 14:22:56 $
-  Version:   $Revision: 1.26 $
+  Date:      $Date: 2009/01/28 11:54:04 $
+  Version:   $Revision: 1.27 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
 # include <windows.h>
 #endif
 
-#if defined(MACOSX) // assume this is OSX 
-# include <sys/param.h>
-# include <mach-o/dyld.h> // _NSGetExecutablePath : must add -framework CoreFoundation to link line 
-# include <string.h>
-# ifndef PATH_MAX
-#  define PATH_MAX MAXPATHLEN
-# endif
-#endif // MACOSX
-
-#ifndef PATH_MAX // If not defined yet : do it 
-#  define PATH_MAX 2048
-#endif
+
 
 
 namespace bbtk