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.

20 lines
374 B

  1. ///// LPK_GLOB - LPK Global variable structure
  2. //
  3. // The following data is global to each process.
  4. //
  5. // This structure is instantiated with the name G by GAD.C. hence
  6. // any code can refer to these variables as G.xxx.
  7. //
  8. //
  9. // Copyright(c) 1997 - 1999. Microsoft Corporation.
  10. //
  11. #define LPKGLOBALHERE
  12. #include "lpk_glob.h"