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.
39 lines
430 B
39 lines
430 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
umfuncs.c
|
|
|
|
Abstract:
|
|
|
|
User-mode specific library functions
|
|
|
|
Environment:
|
|
|
|
Windows NT PostScript driver
|
|
|
|
Revision History:
|
|
|
|
03/16/96 -davidx-
|
|
Created it.
|
|
|
|
mm/dd/yy -author-
|
|
description
|
|
|
|
--*/
|
|
|
|
#include "pslib.h"
|
|
|
|
|
|
#if DBG
|
|
|
|
//
|
|
// Variable to control the amount of debug messages generated
|
|
//
|
|
|
|
INT _debugLevel = DBG_WARNING;
|
|
|
|
#endif
|
|
|