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.
47 lines
709 B
47 lines
709 B
/*++
|
|
|
|
Copyright (c) 1996 - 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
raster.h
|
|
|
|
Abstract:
|
|
|
|
Raster module main header file.
|
|
|
|
Environment:
|
|
|
|
Windows NT Unidrv driver
|
|
|
|
Revision History:
|
|
|
|
10/14/96 -amandan-
|
|
Created
|
|
|
|
12/10/96 -alvins-
|
|
Added required header info for raster module
|
|
dd-mm-yy -author-
|
|
description
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _RASTER_H_
|
|
#define _RASTER_H_
|
|
|
|
|
|
#include "lib.h"
|
|
#include "unilib.h"
|
|
#include "gpd.h"
|
|
#include "mini.h"
|
|
#include "winres.h"
|
|
#include "pdev.h"
|
|
#include "palette.h"
|
|
#include "common.h"
|
|
#include "rasterif.h"
|
|
#include "printoem.h"
|
|
#include "oemutil.h"
|
|
#include "rastpdev.h"
|
|
|
|
#endif // !_RASTER_H_
|