fix: fixed Windows build

This commit is contained in:
QwQ 2020-08-08 13:51:01 +08:00
parent 46c760ab7c
commit 57df03d7ef
No known key found for this signature in database
GPG Key ID: E7FAEFAFCD031D4B
3 changed files with 4 additions and 8 deletions

@ -1 +1 @@
Subproject commit 08b78f745cd1f5abf2ec9a9aa853ee50fd9bec13
Subproject commit 3ff975209c2cb23e03b4c15f4da7be6f227c172a

View File

@ -1 +1 @@
5874
5875

View File

@ -1,4 +1,3 @@
#include "3rdparty/backward-cpp/backward.hpp"
#include "Qv2rayApplication.hpp"
#include "common/QvHelpers.hpp"
@ -8,13 +7,10 @@
#include <QSslSocket>
#include <csignal>
#ifdef Q_OS_WIN
#include <Windows.h>
//
#include <DbgHelp.h>
#else
#ifndef Q_OS_WIN
#include <unistd.h>
#endif
#include "3rdparty/backward-cpp/backward.hpp"
const QString SayLastWords() noexcept
{