windows-nt/Source/XPSP1/NT/base/fs/hsm/inc/task.h

20 lines
380 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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_