mirror of https://github.com/lianthony/NT4.0
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.
20 lines
538 B
20 lines
538 B
//---------------------------------------------------------------------------
|
|
// ENGHDR.H
|
|
//
|
|
// This header file contains all the headers needed by engine components of
|
|
// testdlgs.
|
|
//---------------------------------------------------------------------------
|
|
#include "windows.h"
|
|
#include <port1632.h>
|
|
#include "winassrt.h"
|
|
#include "wcterr.h"
|
|
#include "wctfdll.h"
|
|
#include "wctapp.h"
|
|
#include "lex.h"
|
|
#include "state.h"
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <ctype.h>
|
|
#include <time.h>
|