2025-04-27 07:49:33 -04:00

20 lines
399 B
C

#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_