Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

51 lines
518 B

/*++
Copyright (c) 1990-1993 Microsoft Corporation
Module Name:
htbmp4.h
Abstract:
This module contains defintions and prototypes for the htbmp4.c
Author:
21-Dec-1993 Tue 21:33:43 created -by- Daniel Chou (danielc)
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _HTBMP4BPP_
#define _HTBMP4BPP_
BOOL
Output4bppHTBmp(
PHTBMPINFO pHTBmpInfo
);
BOOL
Output4bppRotateHTBmp(
PHTBMPINFO pHTBmpInfo
);
#endif // _HTBMP4BPP_