From 46ef2fbd49b2e48206a0554ae9a7d84f5961d817 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 15 May 2021 23:36:29 +0300 Subject: use error reporting from winapi-common --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3