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.
 
 
 
 
 
 

27 lines
628 B

//-----------------------------------------------------------------------------
//
// File: licbase.h
//
// Microsoft Digital Rights Management
// Copyright (C) Microsoft Corporation, 1998 - 1999, All Rights Reserved
//
// Description:
//
//-----------------------------------------------------------------------------
#ifndef __LICBASE_H__
#define __LICBASE_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define KIDLEN 25
#define VERSION_LEN 4
#define DATE_LEN 4
#define RIGHTS_LEN 4
#define APPSEC_LEN 4
#define INT_LEN 4
#endif