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.

30 lines
783 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: precomp.hxx *
  3. * *
  4. * Copyright (c) 1996-1999 Microsoft Corporation *
  5. \**************************************************************************/
  6. extern "C" {
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #include <stddef.h>
  11. #include <windows.h>
  12. #include <winspool.h>
  13. #include <limits.h>
  14. #include <string.h>
  15. #include <nlsconv.h>
  16. #include <wingdip.h>
  17. #include "ddrawp.h"
  18. #include "firewall.h"
  19. #include "xfflags.h"
  20. #include "metarec.h"
  21. #include "metadef.h"
  22. #include "winfont.h"
  23. #include "image.hxx"
  24. }