diff options
Diffstat (limited to 'base/win_util.h')
-rw-r--r-- | base/win_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/win_util.h b/base/win_util.h index bc10c38..ca550cf 100644 --- a/base/win_util.h +++ b/base/win_util.h @@ -28,6 +28,11 @@ enum WinVersion { WINVERSION_WIN7 = 6, }; +// Property key for System.AppUserModel.ID. +// <http://msdn.microsoft.com/en-us/library/dd391569(VS.85).aspx> +// TODO(xiyuan): Remove this once we compile with Win7 SDK. +extern const PROPERTYKEY kPKEYAppUserModelID; + void GetNonClientMetrics(NONCLIENTMETRICS* metrics); // Returns the running version of Windows. |