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
669 B
39 lines
669 B
/*++
|
|
|
|
Copyright (c) 1996-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
CTT to UNI_GLYPHSETDATA conversion tool precompile header.
|
|
All other header files should be included in this precompiled header.
|
|
|
|
Environment:
|
|
|
|
Windows NT printer drivers
|
|
|
|
Revision History:
|
|
|
|
11/01/96 -eigos-
|
|
Created it.
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <lib.h>
|
|
#include <win30def.h>
|
|
#include <uni16gpc.h>
|
|
#include <uni16res.h>
|
|
#include <prntfont.h>
|
|
#include <unilib.h>
|
|
|
|
#include "local.h"
|
|
#include "fmlib.h"
|
|
|
|
#endif // _PRECOMP_H_
|