Kaydet (Commit) af46bbb2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Looks unused

PATH_MAX was reported unused on Windows with clang-cl, but the whole block seems
rather a leftover than something that is really required.

Change-Id: I545701ef83de0c2a1d74457778b86b70e334a457
üst af04ae6b
......@@ -19,15 +19,6 @@
#include <config_features.h>
#if defined UNX
#include <limits.h>
#else // UNX
#include <stdlib.h>
#ifndef PATH_MAX
#define PATH_MAX _MAX_PATH
#endif
#endif // UNX
#include <sfx2/app.hxx>
#include <sfx2/frame.hxx>
#include <basic/basrdll.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment