mirror of https://github.com/tongzx/nt5src
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.
21 lines
468 B
21 lines
468 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
|