// --xlatmsg.h-----------------------------------------------------------------
//
// This file contains the string identifiers used to print
// xlatdriv syntax error messages.
//
// Copyright (c) Microsoft Corp., 1986-1996. All rights reserved.
//
// ----------------------------------------------------------------------------
#ifndef _XLATMSG_H
#define _XLATMSG_H
#define IDS_ERROR_USAGE 100
#define IDS_ERROR_HELP 101
#define IDS_INVALID_ARG 102
#define IDS_CONFLICTING_DIRECTION 103
#define IDS_1_ERROR 104
#define IDS_NUM_ERRORS 105
#define IDS_1_WARNING 106
#define IDS_NUM_WARNINGS 107
#define IDS_SUCCESS 108
#define IDS_INVALID_VALUE 109
#define IDS_ERROR_NOVALUE 110
#endif