diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 23:36:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 23:36:29 +0300 |
commit | 46ef2fbd49b2e48206a0554ae9a7d84f5961d817 (patch) | |
tree | d25e78e4c7e8a36c960a1157e06be77d39a0afcf /.gitmodules | |
parent | rename the project (diff) | |
download | winapi-debug-46ef2fbd49b2e48206a0554ae9a7d84f5961d817.tar.gz winapi-debug-46ef2fbd49b2e48206a0554ae9a7d84f5961d817.zip |
use error reporting from winapi-common
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 9ea0616..4a8d34f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "cmake"] path = cmake url = https://github.com/egor-tensin/cmake-common.git -[submodule "3rdparty/winapi/utf8"] - path = 3rdparty/winapi/utf8 - url = https://github.com/egor-tensin/winapi-utf8.git +[submodule "3rdparty/winapi/common"] + path = 3rdparty/winapi/common + url = https://github.com/egor-tensin/winapi-common.git |