From 0a7930697932e2a79d52840211d969cdcac75919 Mon Sep 17 00:00:00 2001 From: "finnur@google.com" Date: Wed, 10 Sep 2008 20:04:12 +0000 Subject: Google Update gave us a new IDL and asked us to change the CLSID const we use. Effectively there should be no change here. This is not required for the beta branch. Review URL: http://codereview.chromium.org/1901 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2008 0039d316-1c4b-4281-b951-d872f2087c98 --- base/win_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/win_util.cc') diff --git a/base/win_util.cc b/base/win_util.cc index 6f193cc..b03e06d 100644 --- a/base/win_util.cc +++ b/base/win_util.cc @@ -68,7 +68,7 @@ void GetServicePackLevel(int* major, int* minor) { if (!checked_version) { OSVERSIONINFOEX version_info = {0}; version_info.dwOSVersionInfoSize = sizeof(version_info); - GetVersionEx(reinterpret_cast(&version_info)); + GetVersionEx(reinterpret_cast(&version_info)); service_pack_major = version_info.wServicePackMajor; service_pack_minor = version_info.wServicePackMinor; checked_version = true; -- cgit v1.1