21 lines
374 B
C
21 lines
374 B
C
///// LPK_GLOB - LPK Global variable structure
|
|
//
|
|
// The following data is global to each process.
|
|
//
|
|
// This structure is instantiated with the name G by GAD.C. hence
|
|
// any code can refer to these variables as G.xxx.
|
|
//
|
|
//
|
|
// Copyright(c) 1997 - 1999. Microsoft Corporation.
|
|
//
|
|
|
|
|
|
|
|
|
|
#define LPKGLOBALHERE
|
|
|
|
|
|
#include "lpk_glob.h"
|
|
|
|
|