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.

46 lines
1.1 KiB

  1. //
  2. // INTEL Corporation Proprietary Information
  3. //
  4. // This listing is supplied under the terms of a license
  5. // agreement with INTEL Corporation and may not be copied
  6. // nor disclosed except in accordance with the terms of
  7. // that agreement.
  8. //
  9. // Copyright (c) 1996 Intel Corporation.
  10. // All Rights Reserved.
  11. //
  12. #define APPVERSION 4
  13. #define APPREVISION 0
  14. #define APPRELEASE 0
  15. #define VERSIONPRODUCTNAME "Intel G.723 ACM Driver\0"
  16. #define VERSIONCOPYRIGHT "Copyright \251 Intel Corp. 1995-1999\0"
  17. #define VERSIONSTR "1.00.017\0"
  18. #define VERSIONCOMPANYNAME "Intel Corporation\0"
  19. #ifndef OFFICIAL
  20. #define VER_PRIVATEBUILD VS_FF_PRIVATEBUILD
  21. #else
  22. #define VER_PRIVATEBUILD 0
  23. #endif
  24. #ifndef FINAL
  25. #define VER_PRERELEASE VS_FF_PRERELEASE
  26. #else
  27. #define VER_PRERELEASE 0
  28. #endif
  29. #if defined(DEBUG_RETAIL)
  30. #define VER_DEBUG VS_FF_DEBUG
  31. #elif defined(DEBUG)
  32. #define VER_DEBUG VS_FF_DEBUG
  33. #else
  34. #define VER_DEBUG 0
  35. #endif
  36. #define VERSIONFLAGS (VER_PRIVATEBUILD|VER_PRERELEASE|VER_DEBUG)
  37. #define VERSIONFILEFLAGSMASK 0x0030003FL