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.
31 lines
501 B
31 lines
501 B
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
prnlib.c
|
|
|
|
Abstract:
|
|
|
|
Shared code from printers\lib
|
|
|
|
Environment:
|
|
|
|
PostScript driver, kernel and user mode
|
|
|
|
Revision History:
|
|
|
|
12/05/95 -davidx-
|
|
Created it.
|
|
|
|
mm/dd/yy -author-
|
|
description
|
|
|
|
--*/
|
|
|
|
// NOTE!!! We don't want to link to libprt.lib because we're not using
|
|
// most of its functions. Instead, include the needed source files here.
|
|
|
|
#include "..\..\lib\devmode.c"
|
|
#include "..\..\lib\halftone.c"
|