From c42256d713e88222b977298a0dfaa750a86bc33b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Feb 2021 16:12:52 +0300 Subject: add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3