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.

33 lines
1.7 KiB

  1. /****************************************************************************
  2. * *
  3. * VERSION.H -- Version information for internal builds *
  4. * *
  5. * This file is only modified by the official builder to update the *
  6. * VERSION, VER_PRODUCTVERSION and VER_PRODUCTVERSION_STR values *
  7. * *
  8. * version.h is created on the fly from verhead.bat and vertail.h, *
  9. * with the current version numbers inserted in between *
  10. * *
  11. ****************************************************************************/
  12. #ifndef VER_H
  13. /* ver.h defines constants needed by the VS_VERSION_INFO structure */
  14. #include <winver.h>
  15. #endif
  16. #include <windows.h>
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "SAPI 5"
  20. #define VER_INTERNALNAME_STR "SAPI5"
  21. /*--------------------------------------------------------------*/
  22. /* the following entry should be phased out in favor of */
  23. /* VER_PRODUCTVERSION_STR, but is used in the shell today. */
  24. /*--------------------------------------------------------------*/
  25. /*--------------------------------------------------------------*/
  26. /* the following values should be modified by the official */
  27. /* builder for each build */
  28. /*--------------------------------------------------------------*/