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.

32 lines
548 B

  1. // Precompiled header for blitlib
  2. //
  3. // As more project-specific headers stabilize, they should be moved into
  4. // this header. Until then, we only precompile system headers. -- AnthonyL
  5. //
  6. #ifdef WIN95
  7. #ifdef WINNT
  8. #undef WINNT
  9. #endif
  10. #endif
  11. #include <windows.h>
  12. #include <windowsx.h>
  13. #include <stdlib.h>
  14. #include <memory.h>
  15. #define DDRAW
  16. #ifdef WINNT
  17. #include "ntblt.h"
  18. #endif
  19. // Project specific headers
  20. #include "dibfx.h"
  21. #include "gfxtypes.h"
  22. #include "ddrawp.h"
  23. #include "BitBlt.h"
  24. #pragma hdrstop