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.

37 lines
753 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 1
  15. #define UNICODE 1
  16. #include <windows.h>
  17. #include <memory.h>
  18. #include <malloc.h>
  19. #ifndef WINCE
  20. #include <stdio.h>
  21. #include <wchar.h>
  22. #endif
  23. #include <string.h>
  24. #ifndef WINCE
  25. #include "cmn_debug.h"
  26. #endif
  27. #include "common.h"
  28. #include "misc.h"
  29. #include "NLGlib.h"
  30. #define unreference(x) (x)
  31. #endif //_PRECOMP_H_