Leaked source code of windows server 2003
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.

45 lines
1.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iasacct.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the accounting module.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 08/04/1998 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #include "resource.h"
  19. ///////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Stringtable of 'friendly' names for components.
  22. //
  23. ///////////////////////////////////////////////////////////////////////////////
  24. STRINGTABLE DISCARDABLE
  25. BEGIN
  26. IDS_Accounting "IAS Accounting provider"
  27. END
  28. ///////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Binary versioning.
  31. //
  32. ///////////////////////////////////////////////////////////////////////////////
  33. #include <winver.h>
  34. #include <ntverp.h>
  35. #define VER_FILETYPE VFT_DLL
  36. #define VER_FILESUBTYPE VFT2_UNKNOWN
  37. #define VER_FILEDESCRIPTION_STR "IAS Accounting Provider"
  38. #define VER_INTERNALNAME_STR "IASACCT.DLL"
  39. #define VER_ORIGINALFILENAME_STR "IASACCT.DLL"
  40. #include <common.ver>