mirror of https://github.com/nothings/stb.git
stb_wingraph.h: missing lib pragmas for completeness
This commit is contained in:
parent
b53c08a148
commit
be8284de7e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue