From f14cdb705cc11f39a4702c28f22007ffaaf7c9e1 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 6 Oct 2017 18:25:56 -0700 Subject: New platform API for storage methods. This includes converting the ZeroTier transport to use these. The new API supports file creation, retrieval, and deletion. It also supports directory methods for traversal, creation, and deletion. It also has a few methods to obtain well-known directories like $TMPDIR and $HOME. A rich test suite for this functionality is added as well. --- src/platform/windows/win_debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platform/windows/win_debug.c') diff --git a/src/platform/windows/win_debug.c b/src/platform/windows/win_debug.c index 0113af58..00e327db 100644 --- a/src/platform/windows/win_debug.c +++ b/src/platform/windows/win_debug.c @@ -87,6 +87,7 @@ static struct { { // clang-format off { ERROR_FILE_NOT_FOUND, NNG_ENOENT }, + { ERROR_PATH_NOT_FOUND, NNG_ENOENT }, { ERROR_ACCESS_DENIED, NNG_EPERM }, { ERROR_INVALID_HANDLE, NNG_ECLOSED }, { ERROR_NOT_ENOUGH_MEMORY, NNG_ENOMEM }, -- cgit v1.2.3-70-g09d2