Leaked source code of windows server 2003
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.

27 lines
1.1 KiB

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* WEXTRACT.H - Self-extracting/Self-installing stub. *
  6. //* *
  7. //***************************************************************************
  8. #ifndef _GLOBAL_H_
  9. #define _GLOBAL_H_
  10. extern SESSION g_Sess; // Session
  11. extern BOOL g_fMinimalUI; // Minimal UI for NT3.5
  12. extern HANDLE g_hInst;
  13. extern LPSTR g_szLicense;
  14. extern HWND g_hwndExtractDlg;
  15. extern DWORD g_dwFileSizes[];
  16. extern BOOL g_fIsWin95;
  17. extern FARPROC g_lpfnOldMEditWndProc;
  18. extern UINT g_uInfRebootOn;
  19. extern WORD g_wOSVer;
  20. extern DWORD g_dwRebootCheck;
  21. extern DWORD g_dwExitCode;
  22. extern CMDLINE_DATA g_CMD;
  23. #endif // _GLOBAL_H_