X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flyxlib.h;h=cfde2af5baf1db23c93abe6ccb3133439bc1bef7;hb=797d87b4513088a66b17c7ac653b84e36ea80458;hp=3933cf0b63475920cf1ba629fe86c05db2ec289c;hpb=612a097878de07556b76f7445a5564320987ff97;p=features.git diff --git a/src/support/lyxlib.h b/src/support/lyxlib.h index 3933cf0b63..cfde2af5ba 100644 --- a/src/support/lyxlib.h +++ b/src/support/lyxlib.h @@ -20,6 +20,7 @@ // This should have been a namespace #ifdef CXX_WORKING_NAMESPACES +/// namespace lyx { /// char * getcwd(char * buffer, size_t size); @@ -41,6 +42,7 @@ namespace lyx { int putenv(char const * str); } #else +/// struct lyx { /// static char * getcwd(char * buffer, size_t size);