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.
37 lines
968 B
37 lines
968 B
/*************************** MODULE HEADER **********************************
|
|
* hp5sipch.h
|
|
* HP 5Si UI DLL precompiled header.
|
|
*
|
|
*
|
|
* Copyright (c) 1996 Microsoft Corporation, All Rights Reserved.
|
|
*
|
|
* HISTORY:
|
|
*
|
|
**************************************************************************/
|
|
#ifndef _PRECOMP_
|
|
#define _PRECOMP_
|
|
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <windows.h>
|
|
#include <winddi.h>
|
|
#include <winspool.h>
|
|
#include <winddiui.h>
|
|
#include <compstui.h>
|
|
#include <oemkm.h>
|
|
#include "strdefs.h" /* UI/KM common string defs. */
|
|
#include "kmumsdef.h"
|
|
#include ".\hlp\helpid.h"
|
|
#include "debug.h"
|
|
#include "oemui.h"
|
|
#include "dlgdefs.h"
|
|
#include "hp5simui.h"
|
|
#include "prnprop.h"
|
|
#include "devmode.h"
|
|
#include "commonui.h"
|
|
#include "regApi.h"
|
|
|
|
#endif //!_PRECOMP_
|