31 lines
450 B
C
31 lines
450 B
C
|
/*++
|
||
|
|
||
|
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
|