From 08c918bd27de20a543a622874e794c19caad3c14 Mon Sep 17 00:00:00 2001 From: m <89226324+m-falomir@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:18:00 -0700 Subject: [PATCH] Added user32 pragma to be able to compile directly with MSVC. --- thirteen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thirteen.h b/thirteen.h index 37ab3db..ea02c8d 100644 --- a/thirteen.h +++ b/thirteen.h @@ -51,6 +51,7 @@ Nikita Lisitsa - Linux/X11+OpenGL implementation #ifdef THIRTEEN_PLATFORM_WINDOWS #pragma comment(lib, "d3d12.lib") #pragma comment(lib, "dxgi.lib") + #pragma comment(lib, "user32.lib") #define DX12VALIDATION() (_DEBUG && false) #endif