Source code of Windows XP (NT5)
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

  1. /*===========================================================================*/
  2. /* Copyright (c) 1987 - 1988, Future Soft Engineering, Inc. */
  3. /* Houston, Texas */
  4. /*===========================================================================*/
  5. #define NOLSTRING TRUE /* jtf win3 mod */
  6. #include <windows.h>
  7. #include "port1632.h"
  8. #include "dcrc.h"
  9. #include "dynacomm.h"
  10. #include "task.h"
  11. /*****************************************************************************/
  12. /* taskInit() - */
  13. /*****************************************************************************/
  14. VOID taskInit()
  15. {
  16. kbdLock = KBD_UNLOCK; /* should be part of taskState */
  17. memcpy(taskState.string, NULL_STR, 2);
  18. }