-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule status-code
updated
8 files
+40 −0 | .github/workflows/unittests_macos.yml | |
+2 −0 | include/status-code/com_code.hpp | |
+6 −6 | include/status-code/error.hpp | |
+14 −6 | include/status-code/nt_code.hpp | |
+20 −11 | include/status-code/win32_code.hpp | |
+9 −9 | single-header/system_error2-nowindows.hpp | |
+43 −26 | single-header/system_error2.hpp | |
+1 −13 | test/main.cpp |