Chromium Code Reviews| Index: content/gpu/gpu_dx_diagnostics_win.cc |
| diff --git a/content/gpu/gpu_dx_diagnostics_win.cc b/content/gpu/gpu_dx_diagnostics_win.cc |
| index c36ea8f64ad1c7ec6e9022a8b5be4576d6b64b59..9d9125c271a213d9c0d7ab297ff1b82f41b7b9ea 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") |
|
jeanluc1
2011/09/06 19:32:33
Sorry to revisit this, but why a pragma rather tha
|
| + |
| namespace { |
| // Traverses the IDxDiagContainer tree and populates a tree of DxDiagNode |