mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 12:13:53 +00:00
Explicitly state which default-linked libraries are needed.
This commit is contained in:
parent
c381eeb5ab
commit
69372c2dcb
@ -46,6 +46,8 @@
|
||||
#ifdef _MSC_VER
|
||||
# pragma comment(lib, "ws2_32.lib")
|
||||
# pragma comment(lib, "dbghelp.lib")
|
||||
# pragma comment(lib, "advapi32.lib")
|
||||
# pragma comment(lib, "user32.lib")
|
||||
# pragma warning(pop)
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user