From be8284de7e5cc560185daa35d92f7ea691a041b8 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 30 Jun 2015 20:02:41 -0600 Subject: [PATCH] stb_wingraph.h: missing lib pragmas for completeness --- tests/oversample/stb_wingraph.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/oversample/stb_wingraph.h b/tests/oversample/stb_wingraph.h index ee16923..94798eb 100644 --- a/tests/oversample/stb_wingraph.h +++ b/tests/oversample/stb_wingraph.h @@ -25,6 +25,8 @@ #pragma comment(lib, "opengl32.lib") #pragma comment(lib, "glu32.lib") #pragma comment(lib, "winmm.lib") + #pragma comment(lib, "gdi32.lib") + #pragma comment(lib, "user32.lib") #endif #ifdef __cplusplus