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.

35 lines
759 B

  1. // Copyright (c) 1985 - 1999, Microsoft Corporation
  2. //
  3. // MODULE: Globals.h
  4. //
  5. // PURPOSE: Contains declarations for all globally scoped names in the program.
  6. //
  7. // PLATFORMS: Windows NT-J 3.51
  8. //
  9. // FUNCTIONS:
  10. //
  11. // History:
  12. //
  13. // 27.Jul.1995 v-HirShi (Hirotoshi Shimizu) created
  14. //
  15. // COMMENTS:
  16. //
  17. extern HANDLE LastConsole ;
  18. extern HIMC ghDefaultIMC ;
  19. #ifdef DEBUG_MODE
  20. extern int cxMetrics ;
  21. extern int cyMetrics ;
  22. extern int cxOverTypeCaret ;
  23. extern int xPos ;
  24. extern int xPosLast ;
  25. extern int CaretWidth; // insert/overtype mode caret width
  26. extern WCHAR ConvertLine[CVMAX] ;
  27. extern unsigned char ConvertLineAtr[CVMAX] ;
  28. #endif