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.

41 lines
1.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iasjet.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the Jet database module.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 04/13/2000 Original version.
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////
  18. #include "resource.h"
  19. /////////
  20. // Registry entries for this module.
  21. /////////
  22. IDR_REGISTRY REGISTRY "iasjet.rgs"
  23. ///////////////////////////////////////////////////////////////////////////////
  24. // Binary versioning.
  25. ///////////////////////////////////////////////////////////////////////////////
  26. #include <winver.h>
  27. #include <ntverp.h>
  28. #define VER_FILETYPE VFT_DLL
  29. #define VER_FILESUBTYPE VFT2_UNKNOWN
  30. #define VER_FILEDESCRIPTION_STR "IAS Jet Database Access"
  31. #define VER_INTERNALNAME_STR "IASRECST.DLL"
  32. #define VER_ORIGINALFILENAME_STR "IASRECST.DLL"
  33. #include <common.ver>