mirror of https://github.com/lianthony/NT4.0
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.
44 lines
406 B
44 lines
406 B
/*++
|
|
|
|
Copyright (c) 1990-1993 Microsoft Corporation
|
|
|
|
|
|
Module Name:
|
|
|
|
textout.h
|
|
|
|
|
|
Abstract:
|
|
|
|
This module contains all #defines and prototype for textout.c
|
|
|
|
|
|
Author:
|
|
|
|
18-Nov-1993 Thu 05:18:40 created -by- Daniel Chou (danielc)
|
|
|
|
|
|
[Environment:]
|
|
|
|
GDI Device Driver - Plotter.
|
|
|
|
|
|
[Notes:]
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _PLOTTEXTOUT_
|
|
#define _PLOTTEXTOUT_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // _PLOTTEXTOUT_
|