Browse Source

stb_wingraph.h: missing lib pragmas for completeness

ocornut 10 years ago
parent
commit
be8284de7e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/oversample/stb_wingraph.h

+ 2 - 0
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