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.

16 lines
576 B

  1. #include <winver.h>
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Version
  5. //
  6. #define VER_FILETYPE VFT_DLL
  7. #define VER_COMPANYNAME_STR "Digital Equipment Corporation"
  8. #define VER_PRODUCTNAME_STR "Light and Sound Pack"
  9. #define VER_COPYRIGHT_STR "Copyright\251 Digital Equipment Corporation, 1998"
  10. #define VER_DESCRIPTION_STR "Digital H.263 Video Codec"
  11. #define VER_INTERNALNAME_STR "D263"
  12. #define VER_ORIGNAME_STR "dech263.drv"
  13. // Standard NetMeeting version resource
  14. #include <version.rc>