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

//
// INTEL Corporation Proprietary Information
//
// This listing is supplied under the terms of a license
// agreement with INTEL Corporation and may not be copied
// nor disclosed except in accordance with the terms of
// that agreement.
//
// Copyright (c) 1996 Intel Corporation.
// All Rights Reserved.
//
#define APPVERSION 4
#define APPREVISION 0
#define APPRELEASE 0
#define VERSIONPRODUCTNAME "Intel G.723 ACM Driver\0"
#define VERSIONCOPYRIGHT "Copyright \251 Intel Corp. 1995-1999\0"
#define VERSIONSTR "1.00.017\0"
#define VERSIONCOMPANYNAME "Intel Corporation\0"
#ifndef OFFICIAL
#define VER_PRIVATEBUILD VS_FF_PRIVATEBUILD
#else
#define VER_PRIVATEBUILD 0
#endif
#ifndef FINAL
#define VER_PRERELEASE VS_FF_PRERELEASE
#else
#define VER_PRERELEASE 0
#endif
#if defined(DEBUG_RETAIL)
#define VER_DEBUG VS_FF_DEBUG
#elif defined(DEBUG)
#define VER_DEBUG VS_FF_DEBUG
#else
#define VER_DEBUG 0
#endif
#define VERSIONFLAGS (VER_PRIVATEBUILD|VER_PRERELEASE|VER_DEBUG)
#define VERSIONFILEFLAGSMASK 0x0030003FL