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.
 
 
 
 
 
 

20 lines
424 B

// 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
//
#include <windows.h>
#include <windowsx.h>
#include <stdlib.h>
#include <memory.h>
#ifdef WINNT
#include "ntblt.h"
#endif
// Project specific headers
#include "dibfx.h"
#include "gfxtypes.h"
#include "BitBlt.h"
#pragma hdrstop