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.

30 lines
1.0 KiB

  1. /********************************************************************/
  2. /* DDEML.RCV */
  3. /* Version control data generated from layouts.dat */
  4. /********************************************************************/
  5. #include <version.h>
  6. /*
  7. * DDEML needs a special version stamp because intermediate versions
  8. * were shipped with apps like Excel 5.0 (v3.12)
  9. *
  10. * WOW Daytona and Chicago versions should be identical and set to 3.5
  11. * (SanfordS)
  12. */
  13. #undef VERSION
  14. #define VERSION "3.5"
  15. #undef VER_PRODUCTVERSION_STR
  16. #define VER_PRODUCTVERSION_STR "3.50\0"
  17. #undef VER_PRODUCTVERSION
  18. #define VER_PRODUCTVERSION 3,50,0,103
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "DDE Management library"
  22. #define VER_INTERNALNAME_STR "DDEML"
  23. #define VER_ORIGINALFILENAME_STR "DDEML.DLL"
  24. #include <common.ver>