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.

59 lines
1.6 KiB

  1. #ifndef _AVCOMMON_H_
  2. #define _AVCOMMON_H_
  3. // READ BELOW - DO NOT MODIFY THIS FILE FOR UI PURPOSES
  4. /*
  5. This file contains text string definitions that are not to be modified
  6. between release versions.
  7. These strings and definitions are identifiers for PDUs and other packets
  8. that get put on the wire. It's important that these version numbers
  9. remain constant, even between release versions of NetMeeting.
  10. Otherwise, interopability and/or compatibility with past/future releases
  11. may get broken.
  12. If you are browsing this header file in at attempt to change an
  13. "about box", DLL version string, or other UI resource, go away.
  14. */
  15. #define H323_COMPANYNAME_STR "Microsoft"
  16. // current version
  17. #define H323_PRODUCTNAME_STR "Microsoft\256 NetMeeting\256"
  18. // older builds and releases of NetMeeting may use this definition
  19. #define H323_OLD_PRODUCTNAME_STR "Microsoft\256 NetMeeting(TM)"
  20. // current version number, change as approprate
  21. #define H323_PRODUCTRELEASE_STR "3.0"
  22. // past version numbers - so many variations!
  23. #define H323_20_PRODUCTRELEASE_STR "Version 2.0"
  24. #define H323_21_PRODUCTRELEASE_STR "Version 2.1"
  25. #define H323_211_PRODUCTRELEASE_STR "2.11"
  26. // uggh, there was a version of NetMeeting 2.1 (NM 2.1 SP1) that claimed to be 2.11
  27. #define H323_21_SP1_PRODUCTRELEASE_STR "Version 2.11"
  28. #define H323_30_PRODUCTRELEASE_STR "3.0"
  29. // TAPI 3.0 version number
  30. #define H323_TAPI30_PRODUCTRELEASE_STR "Version 3.0"
  31. // used in sub-string searches to identify NetMeeting clients
  32. #define H323_PRODUCTNAME_SHORT_STR "NetMeeting"
  33. #endif