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.

35 lines
988 B

  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. // Binary versioning.
  21. ///////////////////////////////////////////////////////////////////////////////
  22. #include <winver.h>
  23. #include <ntverp.h>
  24. #define VER_FILETYPE VFT_DLL
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "IAS Jet Database Access"
  27. #define VER_INTERNALNAME_STR "IASRECST.DLL"
  28. #define VER_ORIGINALFILENAME_STR "IASRECST.DLL"
  29. #include <common.ver>