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.
39 lines
934 B
39 lines
934 B
/*************************** MODULE HEADER **********************************
|
|
* hp5sipch.h
|
|
* HP 5Si DLL precompiled header.
|
|
*
|
|
*
|
|
* Copyright (c) 1996 Microsoft Corporation, All Rights Reserved.
|
|
*
|
|
* HISTORY:
|
|
*
|
|
**************************************************************************/
|
|
|
|
#ifndef _PRECOMP_
|
|
#define _PRECOMP_
|
|
|
|
/* Mirror compstui.h MAX_RES_STR_CHARS definition. */
|
|
#define MAX_RES_STR_CHARS 160
|
|
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <time.h>
|
|
#include <windows.h>
|
|
#include <winddi.h>
|
|
#include <winspool.h>
|
|
#include <oemkm.h>
|
|
#include "strdefs.h"
|
|
#include "kmumsdef.h"
|
|
#include "kmfuncs.h"
|
|
#include "debug.h"
|
|
#include "pdev.h"
|
|
#include "pjl.h"
|
|
#include "jdhandle.h"
|
|
#include "devmode.h"
|
|
#include "prnprop.h"
|
|
#include "regApi.h"
|
|
|
|
#endif //!_PRECOMP_
|