added pragma to autolink libwinmm with msvc to get timeGetTime symbol when only using ASIO. thanks Yann

This commit is contained in:
rossb 2009-04-07 10:08:48 +00:00
commit 076044de33

View file

@ -51,6 +51,10 @@
#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.