22 lines
468 B
C
22 lines
468 B
C
//+--------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// File:
|
|
//
|
|
// Contents:
|
|
//
|
|
// History:
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
#ifndef _PROTTEST_H_
|
|
#define _PROTTEST_H_
|
|
|
|
#define STR_TEMP_LICENSE_EXPIRED_MSG 100
|
|
#define STR_TEMP_LICENSE_EXPIRATION_MSG 101
|
|
#define STR_TEMP_LICENSE_MSG_TITLE 102
|
|
|
|
#endif
|
|
|