From 07c86bac1804b2484d246dd659a3637efb054491 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 21 Jul 2017 00:47:40 +0100 Subject: We now use a proper custom NTSTATUS error code category on Windows instead of converting to Win32 codes. Made a start on replacing all usage of make_*() with Outcome v2. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index af1b4f64..81a2db47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,9 @@ fetchRecurseSubmodules = true ignore = untracked # shallow = true +[submodule "include/afio/ntkernel-error-category"] + path = include/afio/ntkernel-error-category + url = https://github.com/ned14/ntkernel-error-category.git + branch = master + fetchRecurseSubmodules = true + ignore = untracked -- cgit v1.2.3