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.
55 lines
821 B
55 lines
821 B
/*++
|
|
|
|
Copyright (c) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
unidrv.h
|
|
|
|
Abstract:
|
|
|
|
Unidrv driver main header file. All other header files should
|
|
be included in this for precompiled headers to work.
|
|
|
|
Environment:
|
|
|
|
Windows NT Unidrv driver
|
|
|
|
Revision History:
|
|
|
|
10/14/96 -amandan-
|
|
Created
|
|
|
|
dd-mm-yy -author-
|
|
description
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _UNIDRV_H_
|
|
#define _UNIDRV_H_
|
|
|
|
#include "lib.h"
|
|
#include "unilib.h"
|
|
#include "gpd.h"
|
|
#include "mini.h"
|
|
#include "winres.h"
|
|
#include "pdev.h"
|
|
#include "palette.h"
|
|
#include "data.h"
|
|
#include "init.h"
|
|
#include "physical.h"
|
|
#include "common.h"
|
|
#include "fontif.h"
|
|
#include "rasterif.h"
|
|
#include "state.h"
|
|
#include "brush.h"
|
|
#include "vectorif.h"
|
|
|
|
#endif // !_UNIDRV_H_
|
|
|
|
|
|
|
|
|
|
|
|
|