mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 00:03:13 +00:00
[0.4.14][SYSSETUP] Fix broken build on RosBE2.1.6 CORE-17028
The build broke due to a typo introduced by 0.4.15-dev-275-g612729b092
../dll/win32/syssetup/wizard.c: In function 'ProductPageDlgProc': ../dll/win32/syssetup/wizard.c:527:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration- after-statement] cc1.exe: all warnings being treated as errors fix cherry-picked from 0.4.15-dev-278-g4cbb21761c
------------------------- [0.4.14][SYSSETUP][BOOTDATA] Make Server default again and write Service Pack (#2749) - Make "ReactOS Server" the default product option again instead of "ReactOS Workstation". - Write "Service Pack" info onto registry. - Add ProductOption option to bootcd unattend.inf. - Delete IDC_PRODUCT_SUITE and IDC_PRODUCT_TYPE controls. To fix regression with Visual Studio 2010 setup CORE-17028 I took 2 translation files in their most recent version from master 0.4.15-dev-275-g612729b
to prevent having to resolve any conflicts manually: tr-TR.rc uk-UA.rc cherry picked from commit 0.4.15-dev-275-g612729b092
This commit is contained in:
parent
f6cc6681ce
commit
8e17342c8c
37 changed files with 336 additions and 382 deletions
|
@ -53,6 +53,11 @@ DisableGeckoInst = no
|
|||
; see hivesys.inf for available languages
|
||||
LocaleID = 409
|
||||
|
||||
; set product option
|
||||
; 0: ReactOS Server
|
||||
; 1: ReactOS Workstation
|
||||
ProductOption = 0
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue