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.
19 lines
633 B
19 lines
633 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 2001
|
|
//
|
|
// File: mmsverp.h
|
|
//
|
|
// Description: ******TO BE MODIFIED BY THE OFFICIAL BUILDER ONLY*****
|
|
//
|
|
// This file contains the build number part of the version for
|
|
// WMDM binaries
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
//TO BE MODIFIED BY THE BUILDER ONLY
|
|
|
|
#define VER_WMDM_PRODUCTBUILD 18
|
|
#define VER_WMDM_PRODUCTBUILD_STR "18\0" //trailing \0 for NULL
|