Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-21 02:47:40 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-21 02:47:40 +0300
commit07c86bac1804b2484d246dd659a3637efb054491 (patch)
tree807064f467ea5e40eb5bc4eea3160b2adca4987d /.gitmodules
parent0a8640681b87d478506a174b3a5546dbc3da2607 (diff)
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
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