]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.C
Remove executable status info from typeIndicator.
[lyx.git] / src / support / os.C
index cafcb27ac278007b6ff644e15cc4b607bf4cfeb9..2d44db8dd60bd046ad4712c9962e6e28704531ca 100644 (file)
@@ -1,10 +1,18 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
+/**
+ * \file os.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Ruurd A. Reitsma
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+#include <config.h>
 
 #ifdef __EMX__
 #include "os_os2.C"
-#elif defined(__CYGWIN__) || defined( __CYGWIN32__)
+#elif defined(__CYGWIN__) || defined(__CYGWIN32__) || defined(_WIN32)
 #include "os_win32.C"
 #else
 #include "os_unix.C"