/*++ 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 #include #include #include #include #include #include "local.h" #include "fmlib.h" #endif // _PRECOMP_H_