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.
40 lines
385 B
40 lines
385 B
/*++
|
|
|
|
Copyright (c) 1990-2003 Microsoft Corporation
|
|
|
|
|
|
Module Name:
|
|
|
|
enable.h
|
|
|
|
|
|
Abstract:
|
|
|
|
This module contains local #defines used by enable.c
|
|
|
|
|
|
Author:
|
|
|
|
12-Nov-1993 Fri 10:27:07 created
|
|
|
|
|
|
[Environment:]
|
|
|
|
GDI Device Driver - Plotter.
|
|
|
|
|
|
[Notes:]
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _PLOTENABLE_
|
|
#define _PLOTENABLE_
|
|
|
|
|
|
|
|
#endif
|