Leaked source code of windows server 2003
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
587 B

/*++
Copyright (c) 1996-1997 Microsoft Corporation
Module Name:
precomp.h
Abstract:
Pre-compile header for Unidrv tool library
Environment:
Windows NT printer drivers
Revision History:
12/30/96 -eigos-
Created it.
--*/
#ifndef _PRECOMP_H_
#define _PRECOMP_H_
#include <lib.h>
#include <unilib.h>
#include <winddi.h>
#include <win30def.h>
#include <uni16res.h>
#include <uni16gpc.h>
#include <fmoldrle.h>
#include <fmnewfm.h>
#include <fmnewgly.h>
#include <fmoldfm.h>
#include <fmlib.h>
#endif // !_PRECOMP_H_