[misc] fix Coverity upload

* Stupid PowerSell aliases "curl" to a non compatible script unless you explicitly use "curl.exe"
This commit is contained in:
Pete Batard 2020-06-19 11:25:50 +01:00
parent c8078b0119
commit 3a593211b9
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 7 additions and 6 deletions

View file

@ -22,6 +22,7 @@
#include <crtdbg.h>
#endif
#include <windows.h>
#include <windowsx.h>
#include <stdlib.h>