mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
start lyx namespace after header files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15709 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61849bf291
commit
b398d3b02b
@ -19,9 +19,6 @@
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
@ -32,6 +29,9 @@ namespace lyx {
|
||||
# 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 ??
|
||||
|
Loading…
Reference in New Issue
Block a user