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.

60 lines
1.1 KiB

  1. /******************************Module*Header*******************************\
  2. * Module Name: precomp.hxx
  3. *
  4. * Copyright (c) 1994-1999 Microsoft Corporation
  5. *
  6. \**************************************************************************/
  7. extern "C"
  8. {
  9. #define __CPLUSPLUS
  10. // Standard C-runtime headers
  11. #include <stddef.h>
  12. #include <string.h>
  13. #include <stdarg.h>
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. // NTOS headers
  17. #include <ntosp.h>
  18. #include <zwapi.h>
  19. #ifndef FAR
  20. #define FAR
  21. #endif
  22. // Windows headers
  23. #include <windef.h>
  24. #include <winerror.h>
  25. // Windows GDI headers
  26. #include <wingdi.h>
  27. // DirectDraw headers
  28. #define _NO_COM // Avoid COM conflicts width ddrawp.h
  29. #include <ddrawp.h>
  30. #include <d3dnthal.h>
  31. #include <dxmini.h>
  32. #include <ddkmapi.h>
  33. #include <ddkernel.h>
  34. // Windows DDI headers
  35. #include <winddi.h>
  36. // Video AGP interface headers
  37. #include <videoagp.h>
  38. #include <agp.h>
  39. };
  40. #include "..\inc\ddobj.hxx"
  41. #include "..\inc\ddraw.hxx"
  42. #pragma hdrstop