added msvc link pragma to require ksguid.lib
This commit is contained in:
parent
6bd9c2fd1a
commit
99e0648891
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue