28 lines
429 B
C
28 lines
429 B
C
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
checker.cxx
|
|
|
|
Abstract:
|
|
|
|
IIS Services IISADMIN Extension
|
|
Unicode Metadata Sink.
|
|
|
|
Author:
|
|
|
|
Michael W. Thomas 11-19-98
|
|
|
|
--*/
|
|
|
|
#ifndef _resource_h
|
|
#define _resource_h
|
|
|
|
#define IDS_USER_COMMENT 1
|
|
#define IDS_USER_FULLNAME 2
|
|
#define IDS_WAMUSER_COMMENT 3
|
|
#define IDS_WAMUSER_FULLNAME 4
|
|
#endif
|