فهرست منبع

Merge pull request #140 from ocornut/stb-wingraph-static

stb_wingraph.h: missing lib pragmas for completeness
Sean Barrett 10 سال پیش
والد
کامیت
023ff3ffd2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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