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.
26 lines
578 B
26 lines
578 B
//---------------------------------------------------------------------------
|
|
// UIHDR.H
|
|
//
|
|
// This header file includes all headers needed for TESTDLGS.EXE UI sources.
|
|
//---------------------------------------------------------------------------
|
|
#define WIN31
|
|
|
|
#include <windows.h>
|
|
#include <port1632.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <commdlg.h>
|
|
#include "wctapp.h"
|
|
#include "dialogs.h"
|
|
#include "wctfdll.h"
|
|
#include "winassrt.h"
|
|
#include "wcterr.h"
|
|
#ifdef DOHELP
|
|
#include "help.h"
|
|
#endif
|
|
|
|
#ifdef DLG3DENABLE
|
|
#include <ctl3d.h>
|
|
#endif
|
|
|
|
//#include <mstest.h>
|