Leaked source code of windows server 2003
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.
|
|
/******************************Module*Header*******************************\
* Module Name: genclear.h * * Created: 03-Dec-1993 00:33:51 * Author: Gilman Wong [gilmanw] * * Copyright (c) 1992 Microsoft Corporation * \**************************************************************************/
void FASTCALL Index4Clear(__GLcolorBuffer *); void FASTCALL Index8Clear(__GLcolorBuffer *); void FASTCALL RGBClear(__GLcolorBuffer *); void FASTCALL Bitfield16Clear(__GLcolorBuffer *); void FASTCALL Bitfield32Clear(__GLcolorBuffer *);
|