added pragma to autolink libwinmm with msvc to get timeGetTime symbol when only using ASIO. thanks Yann
This commit is contained in:
parent
a321952e95
commit
076044de33
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@
|
||||||
|
|
||||||
#include "pa_util.h"
|
#include "pa_util.h"
|
||||||
|
|
||||||
|
#if (defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER >= 1200))) /* MSC version 6 and above */
|
||||||
|
#pragma comment( lib, "winmm.lib" )
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Track memory allocations to avoid leaks.
|
Track memory allocations to avoid leaks.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue