aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-14 20:57:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-14 22:36:57 +0300
commit9374d0e50bddfb034ce03dbce205238a2eef27ab (patch)
treee9360dca8bd9df2105032bb860255e659a77099e
parentaddr2name: fix usage message (diff)
downloadwinapi-debug-9374d0e50bddfb034ce03dbce205238a2eef27ab.tar.gz
winapi-debug-9374d0e50bddfb034ce03dbce205238a2eef27ab.zip
add SafeInt as a submodule
The end goal is to compile this using MinGW-w64.
Diffstat (limited to '')
-rw-r--r--.gitmodules3
m---------3rdparty/microsoft/SafeInt0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d65ecb9..26c71b0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "cmake"]
path = cmake
url = https://github.com/egor-tensin/cmake-common.git
+[submodule "3rdparty/microsoft/SafeInt"]
+ path = 3rdparty/microsoft/SafeInt
+ url = https://github.com/dcleblanc/SafeInt.git
diff --git a/3rdparty/microsoft/SafeInt b/3rdparty/microsoft/SafeInt
new file mode 160000
+Subproject a77fa86b5c1e1486ac90944568174c804a599e7