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.
|
|
// Precompiled header for blitlib
//
// As more project-specific headers stabilize, they should be moved into
// this header. Until then, we only precompile system headers. -- AnthonyL
//
#ifdef WIN95
#ifdef WINNT
#undef WINNT
#endif
#endif
#include <windows.h>
#include <windowsx.h>
#include <stdlib.h>
#include <memory.h>
#define DDRAW
#ifdef WINNT
#include "ntblt.h"
#endif
// Project specific headers
#include "dibfx.h"
#include "gfxtypes.h"
#include "ddrawp.h"
#include "BitBlt.h"
#pragma hdrstop
|