wayland: Clean up library references

This commit is contained in:
Reg Tiangha 2024-06-11 16:12:52 -06:00
parent 99b9cec967
commit 5f1a26237b
No known key found for this signature in database
GPG key ID: 00D437798B1C2970
23 changed files with 202 additions and 251 deletions

View file

@ -1,26 +0,0 @@
#pragma once
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef NOMINMAX
#define NOMINMAX 1
#endif
// require vista+
#ifdef _WIN32_WINNT
#undef _WIN32_WINNT
#endif
#define _WIN32_WINNT _WIN32_WINNT_VISTA
#include <windows.h>
#if defined(CreateDirectory)
#undef CreateDirectory
#endif
#if defined(CopyFile)
#undef CopyFile
#endif
#if defined(DeleteFile)
#undef DeleteFile
#endif