diff options
Diffstat (limited to 'content/gpu/gpu_dx_diagnostics_win.cc')
-rw-r--r-- | content/gpu/gpu_dx_diagnostics_win.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/gpu/gpu_dx_diagnostics_win.cc b/content/gpu/gpu_dx_diagnostics_win.cc index c36ea8f..9d9125c 100644 --- a/content/gpu/gpu_dx_diagnostics_win.cc +++ b/content/gpu/gpu_dx_diagnostics_win.cc @@ -13,6 +13,9 @@ #include "base/utf_string_conversions.h" #include "content/gpu/gpu_info_collector.h" +// Functions in this file depend on functions exported from dxguid.dll. +#pragma comment(lib, "dxguid.lib") + namespace { // Traverses the IDxDiagContainer tree and populates a tree of DxDiagNode |