Source code of Windows XP (NT5)
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.

41 lines
550 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. utils.h
  5. Abstract:
  6. This is the header file that will be precompiled. Include this in all
  7. the source files
  8. Environment:
  9. User mode
  10. Revision History:
  11. 03/20/98 -srinivac-
  12. Created it
  13. --*/
  14. #ifndef _UTILS_H_
  15. #define _UTILS_H_
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <windows.h>
  20. #include <imagehlp.h>
  21. #include <objidl.h>
  22. #include <stdio.h>
  23. #include "symhelp.h"
  24. #include "debug.h"
  25. #include "memory.h"
  26. #endif // ifndef _UTILS_H_