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.
27 lines
429 B
27 lines
429 B
/*++
|
|
|
|
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
|