mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
7 lines
114 B
C
7 lines
114 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#define WINVER 0x0501
|
|
#define _WIN32_WINNT 0x0501
|
|
|
|
#include <windows.h>
|