update build script

This commit is contained in:
arm64v8a
2022-08-08 11:07:29 +08:00
parent fac593b803
commit 8031c68038
13 changed files with 163 additions and 104 deletions

View File

@@ -1,12 +1,10 @@
#ifndef __MINGW32__
#include "QvProxyConfigurator.hpp"
#ifdef Q_OS_WIN
//
#include <Windows.h>
#include <windows.h>
//
#include <WinInet.h>
#include <wininet.h>
#include <ras.h>
#include <raserror.h>
#include <vector>
@@ -480,5 +478,3 @@ namespace Qv2ray::components::proxy {
#endif
}
} // namespace Qv2ray::components::proxy
#endif