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
540 B
37 lines
540 B
/*++
|
|
|
|
Copyright (c) 1996-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
Pre-compile header for Universal printer driver
|
|
|
|
Environment:
|
|
|
|
Windows NT printer drivers
|
|
|
|
Revision History:
|
|
|
|
10/16/96 -eigos-
|
|
Created it.
|
|
--*/
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <lib.h>
|
|
#include <unilib.h>
|
|
#include <winddi.h>
|
|
#include <prntfont.h>
|
|
|
|
#include "fmoldfm.h"
|
|
#include "fontinst.h"
|
|
#include "unirc.h"
|
|
#include "rpc.h"
|
|
#include "winres.h"
|
|
|
|
#endif // !_PRECOMP_H_
|