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.

34 lines
761 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1994, Microsoft Corporation. All Rights Reserved.
  4. //
  5. // File: precomop.h
  6. //
  7. // Contents: Internal include file for Token Hammer.
  8. //
  9. // History: 22-May-95 PatHal Created
  10. //
  11. //---------------------------------------------------------------------------
  12. #ifndef _PRECOMP_H_
  13. #define _PRECOMP_H_
  14. #define UNICODE
  15. #include <windows.h>
  16. #include <memory.h>
  17. #include <malloc.h>
  18. #include <string.h>
  19. #include <wchar.h>
  20. #include <excpt.h>
  21. //#include "cierror.h"
  22. #include "ctplus0.h"
  23. //#include "filter.h"
  24. #include "log.h"
  25. //#include "query.h"
  26. #include "thammer.h"
  27. #include "thammerp.h"
  28. #define unreference(x) (x)
  29. #endif //_PRECOMP_H_