Commit 7439a0dd authored by abodenha@chromium.org's avatar abodenha@chromium.org

Use a differnt GUID to access the Windows core driver that contains XPS.

The main Windows core printer driver has several different guids associated with it.  Windows 8 removes all but 1 of these guids.
This CL switches to use the guid that is still supported.  AFAICT this should continue to work on all of the platforms we support.
My testing is blocked at the moment due to a problem with internal software.


BUG=139156
TEST=Try to install driver (all supported Windows versions)


Review URL: https://chromiumcodereview.appspot.com/10830037

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148816 0039d316-1c4b-4281-b951-d872f2087c98
parent 5edb8467
......@@ -233,7 +233,7 @@ void ReadyPpdDependencies(const FilePath& install_path) {
CORE_PRINTER_DRIVER driver;
GetCorePrinterDrivers(NULL,
NULL,
L"{D20EA372-DD35-4950-9ED8-A6335AFE79F0}",
L"{D20EA372-DD35-4950-9ED8-A6335AFE79F5}",
1,
&driver);
GetPrinterDriverPackagePath(NULL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment