mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
move variable declaration
svn path=/trunk/; revision=38147
This commit is contained in:
@@ -709,6 +709,7 @@ SetupStartPage(PINPUT_RECORD Ir)
|
||||
PWCHAR Value;
|
||||
UINT ErrorLine;
|
||||
ULONG ReturnSize;
|
||||
PGENERIC_LIST_ENTRY ListEntry;
|
||||
|
||||
CONSOLE_SetStatusText(MUIGetString(STRING_PLEASEWAIT));
|
||||
|
||||
@@ -811,7 +812,6 @@ SetupStartPage(PINPUT_RECORD Ir)
|
||||
|
||||
wcscpy(SelectedLanguageId,LocaleID);
|
||||
|
||||
PGENERIC_LIST_ENTRY ListEntry;
|
||||
|
||||
/* first we hack LanguageList */
|
||||
ListEntry = GetFirstListEntry(LanguageList);
|
||||
|
||||
Reference in New Issue
Block a user