mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
10 lines
283 B
C
10 lines
283 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
// Note: Here was a #define for windows target version
|
|
// e.g. WINVER / _WIN32_WINNT, see https://devblogs.microsoft.com/oldnewthing/20070411-00/?p=27283
|
|
// Unnecessary because we define both in desktop/CMakeLists.txt
|
|
|
|
#include <windows.h>
|