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
20 lines
374 B
///// 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"
|
|
|
|
|