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.

22 lines
701 B

  1. // Copyright (c) 1996-1999 Microsoft Corporation
  2. // OLEACCRC.DLL version.h
  3. #ifdef RC_INVOKED
  4. // Only pull in WINVER.H if we need it.
  5. #ifndef VER_H
  6. #include <winver.h>
  7. #endif/*VER_H*/
  8. #include "..\oleacc\verdefs.h"
  9. #define VER_IS_SET // Lets the RC know we're providing version strings
  10. #define VER_FILEDESCRIPTION_STR "Active Accessibility Resource DLL"
  11. #define VER_INTERNALNAME_STR "OLEACCRC"
  12. #define VER_ORIGINALFILENAME_STR "OLEACCRC.DLL"
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEVERSION BUILD_VERSION_INT
  16. #define VER_FILEVERSION_STR BUILD_VERSION_STR
  17. #endif/* RC_INVOKED */