mirror of https://github.com/tongzx/nt5src
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.
13 lines
394 B
13 lines
394 B
//+-------------------------------------------------
|
|
// globals.hxx
|
|
//
|
|
// Contains global variables used in this program
|
|
//
|
|
// 10-31-96 Created
|
|
//--------------------------------------------------
|
|
|
|
extern ITask *g_pITask;
|
|
extern ITaskTrigger *g_pITaskTrigger;
|
|
extern ITaskScheduler *g_pISchedAgent;
|
|
extern IEnumWorkItems *g_pIEnumTasks;
|
|
extern IUnknown *g_pIUnknown;
|