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.
 
 
 
 
 
 

23 lines
514 B

/*******************************************************************
*
* fasthel.c - fast i386 code for DirectDraw emulation
*
* History
*
* 7/18/95 created ToddLa
*
* Copyright (c) Microsoft Corporation 1994-1995
*
********************************************************************/
#ifdef WIN95
extern BOOL FastBlt( LPDDHAL_BLTDATA pbd );
extern void FreeRleData(LPDDRAWI_DDRAWSURFACE_LCL psurf);
#else
#define FastBlt(pbd) FALSE
#define FreeRleData(psurf)
#endif