Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
553 B

  1. #include "precomp.h"
  2. #pragma hdrstop
  3. /***************************************************************************/
  4. /***** Common Library Component - Global Variables *************************/
  5. /***************************************************************************/
  6. PSTE psteUnused = (PSTE)NULL;
  7. PSTEB pstebAllocatedBlocks = (PSTEB)NULL;
  8. /* Error Global Variable
  9. */
  10. BOOL fSilentSystem = fFalse;
  11. HCURSOR CurrentCursor;
  12. //
  13. // fFullScreen is fFalse if the /b command line parameter is specified.
  14. //
  15. BOOL fFullScreen = fTrue;