mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Remove redundant define
NOMINMAX is already defined in build scripts.
This commit is contained in:
@@ -33,9 +33,6 @@
|
|||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#ifndef NOMINMAX
|
|
||||||
#define NOMINMAX
|
|
||||||
#endif
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <Ntsecapi.h>
|
#include <Ntsecapi.h>
|
||||||
#else // Q_OS_WIN
|
#else // Q_OS_WIN
|
||||||
|
|||||||
Reference in New Issue
Block a user