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.
23 lines
853 B
23 lines
853 B
/*===========================================================================*/
|
|
/* Copyright (c) 1987 - 1988, Future Soft Engineering, Inc. */
|
|
/* Houston, Texas */
|
|
/*===========================================================================*/
|
|
|
|
#define NOLSTRING TRUE /* jtf win3 mod */
|
|
#include <windows.h>
|
|
#include "port1632.h"
|
|
#include "dcrc.h"
|
|
#include "dynacomm.h"
|
|
#include "task.h"
|
|
|
|
|
|
/*****************************************************************************/
|
|
/* taskInit() - */
|
|
/*****************************************************************************/
|
|
|
|
VOID taskInit()
|
|
{
|
|
kbdLock = KBD_UNLOCK; /* should be part of taskState */
|
|
memcpy(taskState.string, NULL_STR, 2);
|
|
}
|
|
|