diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-24 16:12:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-24 16:12:52 +0300 |
commit | c42256d713e88222b977298a0dfaa750a86bc33b (patch) | |
tree | 1021fe642a699309fe6dc23fcce685e44b7179d1 /README.md | |
parent | workflows/ci.yml: show test logs (diff) | |
download | winapi-common-c42256d713e88222b977298a0dfaa750a86bc33b.tar.gz winapi-common-c42256d713e88222b977298a0dfaa750a86bc33b.zip |
add README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cf1517 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +winapi-common +============= + +[![CI](https://github.com/egor-tensin/winapi-common/workflows/CI/badge.svg)](https://github.com/egor-tensin/winapi-common/actions?query=workflow%3ACI) + +C++ wrappers for various common WinAPI entities I've had to use in various +projects over the years. + +License +------- + +Distributed under the MIT License. +See [LICENSE.txt] for details. + +[LICENSE.txt]: LICENSE.txt |