Skip to content

Commit

Permalink
Upgrade recommended xperf version to 17134 (April 2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomascii committed Oct 5, 2018
1 parent adca044 commit 8eed6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIforETW/UIforETWDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ BOOL CUIforETWDlg::OnInitDialog()

auto xperfVersion = GetFileVersion(GetXperfPath());
const int64_t requiredXperfVersion = (10llu << 48) + 0 + (10586llu << 16) + (15llu << 0);
// Windows 10 Fall Creators Update version (October 2017) - requires Windows 8 or higher?
const int64_t preferredXperfVersion = (10llu << 48) + 0 + (16299llu << 16) + (15llu << 0);
// Windows 10 April 2018 version - requires Windows 8 or higher?
const int64_t preferredXperfVersion = (10llu << 48) + 0 + (17134llu << 16) + (12llu << 0);

wchar_t systemDir[MAX_PATH];
systemDir[0] = 0;
Expand Down

0 comments on commit 8eed6e8

Please sign in to comment.