36 lines
569 B
C
36 lines
569 B
C
/*++
|
|
|
|
Copyright (c) 1996-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
UNI_GLYPHSETDATA dump 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 <unilib.h>
|
|
#include <prntfont.h>
|
|
#include <fmoldfm.h>
|
|
|
|
#endif // _PRECOMP_H_
|