提交 023ff3ff 编写于 作者: S Sean Barrett

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

stb_wingraph.h: missing lib pragmas for completeness
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册