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.

73 lines
1.8 KiB

  1. /****************************Module*Header******************************\
  2. * Module Name: GLOBALS.H
  3. *
  4. * Module Descripton: Header file listing all global variables
  5. *
  6. * Warnings:
  7. *
  8. * Issues:
  9. *
  10. * Public Routines:
  11. *
  12. * Created: 6 May 1996
  13. * Author: Srinivasan Chandrasekar [srinivac]
  14. *
  15. * Copyright (c) 1996, 1997 Microsoft Corporation
  16. \***********************************************************************/
  17. #if DBG
  18. extern DWORD gdwDebugControl;
  19. #endif
  20. extern PCMMOBJ gpCMMChain;
  21. extern PCMMOBJ gpPreferredCMM;
  22. extern char *gszCMMReqFns[];
  23. extern char *gszCMMOptFns[];
  24. extern char *gszPSFns[];
  25. extern TCHAR gszICMatcher[];
  26. extern TCHAR gszICMRegPath[];
  27. #if !defined(_WIN95_)
  28. extern TCHAR gszMonitorGUID[];
  29. extern TCHAR gszDeviceClass[];
  30. #else
  31. extern TCHAR gszSetupPath[];
  32. extern TCHAR gszRegPrinter[];
  33. extern TCHAR gszICMDir[];
  34. extern TCHAR gszPrinterData[];
  35. #endif
  36. extern TCHAR gszPrinter[];
  37. extern TCHAR gszMonitor[];
  38. extern TCHAR gszScanner[];
  39. extern TCHAR gszLink[];
  40. extern TCHAR gszAbstract[];
  41. extern TCHAR gszDefault[];
  42. extern TCHAR gszFriendlyName[];
  43. extern TCHAR gszDeviceName[];
  44. extern TCHAR gszDisplay[];
  45. extern TCHAR gszDefaultCMM[];
  46. extern CRITICAL_SECTION critsec;
  47. extern TCHAR gszColorDir[];
  48. extern TCHAR gszBackslash[];
  49. extern TCHAR gszRegisteredProfiles[];
  50. extern TCHAR gszsRGBProfile[];
  51. extern TCHAR gszICMProfileListValue[];
  52. extern TCHAR gszICMProfileListKey[];
  53. extern TCHAR gszFiles[];
  54. extern TCHAR gszDirectory[];
  55. extern TCHAR gszModule[];
  56. extern TCHAR gszMSCMS[];
  57. extern TCHAR gszICMDeviceDataKey[];
  58. extern TCHAR gszICMProfileEnumMode[];
  59. extern TCHAR gszStiDll[];
  60. extern char gszStiCreateInstance[];