]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_win32.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / os_win32.C
index 328538e71165e7528b2db7680c7c28516a097e84..37dc5999477ff37b9082052b560e7d1aaa7b73b0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Ruurd A. Reitsma
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * Various OS specific functions
  */
@@ -21,7 +21,9 @@
 #include <io.h>
 #include <sys/cygwin.h>
 
+using namespace lyx::support;
 using std::endl;
+using std::string;
 
 
 namespace {
@@ -33,6 +35,8 @@ string tmpdir_;
 }
 
 
+namespace lyx {
+namespace support {
 namespace os {
 
 void init(int * /* argc */, char ** argv[])
@@ -190,4 +194,6 @@ shell_type shell()
        return UNIX;
 }
 
-} // end namespace os
+} // namespace os
+} // namespace support
+} // namespace lyx