]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.h
small changes read changelog
[lyx.git] / src / support / FileInfo.h
index 8223c15c7d68199fbcc78ca4de6429c6198ed5f0..4463207f235ebaad7c4bf250a2892657f9c31e19 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #include <boost/utility.hpp>
 #include "LString.h"
 
+#if defined(__CYGWIN__) //Cygwin has it's own concept of X_OK ???
+#undef X_OK
+#define X_OK 1
+#endif
+
 /** Use objects of this class to get information about files.
  */
-class FileInfo : public noncopyable {
+class FileInfo : boost::noncopyable {
 public:
        ///
        FileInfo();