added winpthread library

This commit is contained in:
georgemoralis
2023-07-17 22:43:30 +03:00
parent ecccead408
commit 3d073e2ed4
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -22,3 +22,7 @@
path = third-party/zydis path = third-party/zydis
url = https://github.com/zyantific/zydis.git url = https://github.com/zyantific/zydis.git
shallow = true shallow = true
[submodule "third-party/winpthread"]
path = third-party/winpthread
url = https://github.com/shadps4/winpthread.git
branch = main

1
third-party/winpthread vendored Submodule

Submodule third-party/winpthread added at e6a93f2050