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.
30 lines
450 B
30 lines
450 B
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
iisrc.h
|
|
|
|
Abstract:
|
|
|
|
Resource declaration for iislbc
|
|
|
|
Author:
|
|
|
|
Philippe Choquier (phillich)
|
|
|
|
--*/
|
|
|
|
#if !defined(_IICRC_DEFINED)
|
|
#define _IICRC_DEFINED
|
|
|
|
#define IDS_LBC_COPYRIGHT 100
|
|
#define IDS_LBC_HELP 101
|
|
#define IDS_LBC_IPE 102
|
|
#define IDS_LBC_IPM 103
|
|
#define IDS_LBC_PM 104
|
|
#define IDS_LBC_ST 105
|
|
#define IDS_LBC_SP 106
|
|
|
|
#endif
|