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.

51 lines
1.2 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1997 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // IISClEx3.h
  7. //
  8. // Abstract:
  9. // Global definitions across the DLL.
  10. //
  11. // Implementation File:
  12. // IISClEx3.cpp
  13. //
  14. // Author:
  15. // David Potter (davidp) August 23, 1996
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef _IISCLEX3_H_
  23. #define _IISCLEX3_H_
  24. /////////////////////////////////////////////////////////////////////////////
  25. // Include Files
  26. /////////////////////////////////////////////////////////////////////////////
  27. #ifndef __AFXWIN_H__
  28. #error include 'stdafx.h' before including this file for PCH
  29. #endif
  30. #include "resource.h"
  31. #ifndef _CONSTDEF_H_
  32. #include "ConstDef.h"
  33. #endif
  34. /////////////////////////////////////////////////////////////////////////////
  35. // Global Function Declarations
  36. /////////////////////////////////////////////////////////////////////////////
  37. void FormatError(CString & rstrError, DWORD dwError);
  38. extern const WCHAR g_wszResourceTypeNames[];
  39. extern const DWORD g_cchResourceTypeNames;
  40. /////////////////////////////////////////////////////////////////////////////
  41. #endif // _IISCLEX3_H_