mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
8 lines
114 B
C
8 lines
114 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#define WINVER 0x0501
|
|
#define _WIN32_WINNT 0x0501
|
|
|
|
#include <windows.h>
|