Implemented PATCH requests.

This commit is contained in:
XMRig 2020-10-25 13:41:39 +07:00
parent 79c96418c7
commit 03cd56ed73
No known key found for this signature in database
GPG key ID: 446A53638BE94409
21 changed files with 14102 additions and 9 deletions

2
src/3rdparty/fmt/posix.h vendored Normal file
View file

@ -0,0 +1,2 @@
#include "os.h"
#warning "fmt/posix.h is deprecated; use fmt/os.h instead"