2025-04-27 07:49:33 -04:00

33 lines
479 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 <pslib.h>
#endif // _PRECOMP_H_