Global variables have been moved backward ahead of functions.
Only a few cases were left due to its module structure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6816 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -117,6 +117,7 @@ SCREEN_OPERATION_T0_CONTROL_FLAG gScreenOperationToControlFlag[] = {
|
||||
};
|
||||
|
||||
BOOLEAN mInputError;
|
||||
BOOLEAN GetLineByWidthFinished = FALSE;
|
||||
|
||||
|
||||
/**
|
||||
@@ -1075,9 +1076,6 @@ GetWidth (
|
||||
return Width;
|
||||
}
|
||||
|
||||
|
||||
BOOLEAN GetLineByWidthFinished = FALSE;
|
||||
|
||||
/**
|
||||
Will copy LineWidth amount of a string in the OutputString buffer and return the
|
||||
number of CHAR16 characters that were copied into the OutputString buffer.
|
||||
|
Reference in New Issue
Block a user