diff options
Diffstat (limited to 'src/boost/libs/winapi/README.md')
-rw-r--r-- | src/boost/libs/winapi/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/boost/libs/winapi/README.md b/src/boost/libs/winapi/README.md new file mode 100644 index 00000000..c7b0db95 --- /dev/null +++ b/src/boost/libs/winapi/README.md @@ -0,0 +1,13 @@ +WinAPI +====== + +Windows API declarations without <windows.h>, for internal Boost use. + +### Build Status + +Master: [![AppVeyor](https://ci.appveyor.com/api/projects/status/dkb233de24u30x9a/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/winapi/branch/master) [![Travis CI](https://travis-ci.org/boostorg/winapi.svg?branch=master)](https://travis-ci.org/boostorg/winapi) +Develop: [![AppVeyor](https://ci.appveyor.com/api/projects/status/dkb233de24u30x9a/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/winapi/branch/develop) [![Travis CI](https://travis-ci.org/boostorg/winapi.svg?branch=develop)](https://travis-ci.org/boostorg/winapi) + +### License + +Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt). |