X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Frealpath.c;fp=src%2Fp9y%2Frealpath.c;h=0000000000000000000000000000000000000000;hb=7781e7d0bf9fc0d986308838a3e1e47d0df3c019;hp=cf6430a23b4fb8b5b41e5599b0a86da108998af7;hpb=118abd2f53e24a4f312ad0fcd484f6f8dbe5094c;p=awesomized%2Flibmemcached diff --git a/src/p9y/realpath.c b/src/p9y/realpath.c deleted file mode 100644 index cf6430a2..00000000 --- a/src/p9y/realpath.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "realpath.hpp" - -#if defined _WIN32 -char *realpath(const char *path, char real[_MAX_PATH]) { - return _fullpath(real, path, _MAX_PATH); -} -#endif