mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
- After reviewing, updating and tweaking the base modules (ntos, hal, ntdll, kernel32, advapi32, gdi32, user32, shell32, win32k) we should now be as (in)compatible with Windows 2003 Service Pack 1 as with Service Pack 2, so finally report our version as "NT Build 3790.3959" (SP2). Thanks to Thomas and Hermes for assistance.
See CORE-6611 and CORE-7889 svn path=/trunk/; revision=69150
This commit is contained in:
parent
f3ff195d8f
commit
9639035499
2 changed files with 3 additions and 3 deletions
|
@ -1222,7 +1222,7 @@ HKLM,"SYSTEM\CurrentControlSet\Control\ProductOptions","ProductSuite",0x00010002
|
|||
HKLM,"SYSTEM\CurrentControlSet\Control\ReactOS\Settings\Version","ReportAsWorkstation",0x00010001,0x00000000
|
||||
; Some installers check for SP1
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDReleaseType",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDVersion",0x00010001,0x00000100
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","CSDVersion",0x00010001,0x00000200
|
||||
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders","SecurityProviders",2,"schannel.dll"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders\SaslProfiles",,0x00000012
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
*/
|
||||
|
||||
//
|
||||
// Windows NT Build 3790.1830
|
||||
// Windows NT Build 3790.3959
|
||||
//
|
||||
#define VER_PRODUCTBUILD 3790
|
||||
#define VER_PRODUCTBUILD_QFE 1830
|
||||
#define VER_PRODUCTBUILD_QFE 3959
|
||||
|
||||
//
|
||||
// Windows NT Version 5.2
|
||||
|
|
Loading…
Reference in a new issue