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.

36 lines
670 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998-1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // aaaamon.h
  8. //
  9. // Abstract:
  10. //
  11. // Prototype for fns called in aaaamon.c
  12. //
  13. // Revision History:
  14. //
  15. // Anand Mahalingam 7/10/98 (ipmon.h)
  16. // Thierry Perraut 04/02/1999 (aaaamon.h)
  17. //
  18. //////////////////////////////////////////////////////////////////////////////
  19. #ifndef _AAAAMON_H_
  20. #define _AAAAMON_H_
  21. #if _MSC_VER > 1000
  22. #pragma once
  23. #endif
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. extern HANDLE g_hModule;
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif // _AAAAMON_H_