mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
8431b80e48
Co-authored-by: Alexis Campailla <alexis@janeasystems.com> Co-authored-by: Bret Anderson <bretan@microsoft.com> Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com> Co-authored-by: Jaime Bernardo <jaime@janeasystems.com> Co-authored-by: Jeff Bogdan <jeffbog@microsoft.com> Co-authored-by: March Rogers <marchr@microsoft.com> Co-authored-by: Mike Harsh <mharsh@microsoft.com> Co-authored-by: Nachum Bundak <Nachum.Bundak@microsoft.com> Co-authored-by: Oliver Jones <ojones@microsoft.com> Co-authored-by: Patrick Little <plittle@microsoft.com> |
||
---|---|---|
.. | ||
include/cpprest | ||
src | ||
cpprestsdk.vcxproj | ||
license.txt | ||
pch.cpp | ||
pch.h | ||
README.md |
C++ Rest SDK - JSON library
This JSON library is taken from the C++ REST SDK in https://github.com/microsoft/cpprestsdk
Based in the v2.10.13 release, it consists of the needed files to build and use the JSON classes described in include/cpprest/json.h
.
Changes made to the files in order to build in the PowerToys project:
- Removal of
#include
references to files that are not needed. #include "pch.h"
instead of#include "stdafx.h"
to use the PowerToys pre-compiled header.#define _NO_ASYNCRTIMP
ininclude/cpprest/details/cpprest_compat.h
since this class will be statically linked.
The contents of the C++ Rest SDK license are included in license.txt.