added msvc link pragma to require ksguid.lib

This commit is contained in:
rossb 2010-01-24 08:42:02 +00:00
commit 99e0648891

View file

@ -45,6 +45,9 @@
#include "pa_util.h"
#include "pa_win_wdmks_utils.h"
#if (defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER >= 1200))) /* MSC version 6 and above */
#pragma comment( lib, "ksguid.lib" )
#endif
static PaError WdmGetPinPropertySimple(
HANDLE handle,