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.
19 lines
380 B
19 lines
380 B
#ifndef _TASK_
|
|
#define _TASK_
|
|
|
|
// task.h
|
|
//
|
|
// This header file collects up all the task manager and related objects
|
|
// and common function definitions. The COM objects are available in
|
|
// TASK.DLL.
|
|
|
|
// COM Interface & LibraryDefintions
|
|
//#include "tskdef.h"
|
|
#include "tskdef.h"
|
|
#include "tskint.h"
|
|
#include "tsklib.h"
|
|
|
|
// Common Functions
|
|
#include "tsktrace.h"
|
|
|
|
#endif // _TASK_
|