windows-nt/Source/XPSP1/NT/base/ntsetup/legacy/dll/globvars.c

26 lines
553 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "precomp.h"
#pragma hdrstop
/***************************************************************************/
/***** Common Library Component - Global Variables *************************/
/***************************************************************************/
PSTE psteUnused = (PSTE)NULL;
PSTEB pstebAllocatedBlocks = (PSTEB)NULL;
/* Error Global Variable
*/
BOOL fSilentSystem = fFalse;
HCURSOR CurrentCursor;
//
// fFullScreen is fFalse if the /b command line parameter is specified.
//
BOOL fFullScreen = fTrue;