19 lines
380 B
Plaintext
19 lines
380 B
Plaintext
//+--------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// File:
|
|
//
|
|
// Contents:
|
|
//
|
|
// History:
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
interface license_helper
|
|
{
|
|
typedef BYTE* PBYTE;
|
|
typedef DWORD* PDWORD;
|
|
|
|
#include "license.h"
|
|
}
|