]> git.lyx.org Git - lyx.git/blobdiff - src/support/mkdir.C
Make it possible to uses non-ascii labelstring, endlabelstring and
[lyx.git] / src / support / mkdir.C
index ddea3dd6047b977465e0c47ce36fc4432bddc9f8..a667e4fc913c10753765d3a0de16ce08a48b7978 100644 (file)
@@ -29,6 +29,9 @@
 # include <windows.h>
 #endif
 
+namespace lyx {
+
+
 int lyx::support::mkdir(std::string const & pathname, unsigned long int mode)
 {
        // FIXME: why don't we have mode_t in lyx::mkdir prototype ??
@@ -49,3 +52,6 @@ int lyx::support::mkdir(std::string const & pathname, unsigned long int mode)
 #   error "Don't know how to create a directory on this system."
 #endif
 }
+
+
+} // namespace lyx