-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For a complete list of changes see changelog.txt in the sources directory. Release candidate 1.
- Loading branch information
Showing
33 changed files
with
1,501 additions
and
1,023 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
/******************************************************************************* | ||
* | ||
* (C) COPYRIGHT AUTHORS, 2021 | ||
* | ||
* TITLE: NTBUILDS.H | ||
* | ||
* VERSION: 1.00 | ||
* | ||
* DATE: 26 July 2021 | ||
* | ||
* Windows NT builds definition file. | ||
* | ||
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF | ||
* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED | ||
* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A | ||
* PARTICULAR PURPOSE. | ||
* | ||
*******************************************************************************/ | ||
#pragma once | ||
|
||
// | ||
// Defines for Major Windows NT release builds | ||
// | ||
|
||
// Windows 7 RTM | ||
#define NT_WIN7_RTM 7600 | ||
|
||
// Windows 7 SP1 | ||
#define NT_WIN7_SP1 7601 | ||
|
||
// Windows 8 RTM | ||
#define NT_WIN8_RTM 9200 | ||
|
||
// Windows 8.1 | ||
#define NT_WIN8_BLUE 9600 | ||
|
||
// Windows 10 TH1 | ||
#define NT_WIN10_THRESHOLD1 10240 | ||
|
||
// Windows 10 TH2 | ||
#define NT_WIN10_THRESHOLD2 10586 | ||
|
||
// Windows 10 RS1 | ||
#define NT_WIN10_REDSTONE1 14393 | ||
|
||
// Windows 10 RS2 | ||
#define NT_WIN10_REDSTONE2 15063 | ||
|
||
// Windows 10 RS3 | ||
#define NT_WIN10_REDSTONE3 16299 | ||
|
||
// Windows 10 RS4 | ||
#define NT_WIN10_REDSTONE4 17134 | ||
|
||
// Windows 10 RS5 | ||
#define NT_WIN10_REDSTONE5 17763 | ||
|
||
// Windows 10 19H1 | ||
#define NT_WIN10_19H1 18362 | ||
|
||
// Windows 10 19H2 | ||
#define NT_WIN10_19H2 18363 | ||
|
||
// Windows 10 20H1 | ||
#define NT_WIN10_20H1 19041 | ||
|
||
// Windows 10 20H2 | ||
#define NT_WIN10_20H2 19042 | ||
|
||
// Windows 10 21H1 | ||
#define NT_WIN10_21H1 19043 | ||
|
||
// Windows 10 21H2 | ||
#define NT_WIN10_21H2 19044 | ||
|
||
// Windows 11 Active Develepment Branch (21XX) | ||
#define NTX_WIN11_ADB 22000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.