POPSTRS.H
//--popstrs.h------------------------------------------------------------------ 
// 
// Resource string identifiers for POPPST application. 
// 
// Copyright (C) Microsoft Corporation, 1986-1996.  All rights reserved. 
// 
//----------------------------------------------------------------------------- 
 
#ifndef _POPSTRS_H 
#define _POPSTRS_H 
 
#define IDS_PROCESSING100 
#define IDS_USAGE101 
#define IDS_HELP102 
#define IDS_SUCCESS103 
#defineIDS_1ERROR104 
#define IDS_1WARNING105 
#define IDS_ERRORS106 
#define IDS_WARNINGS107 
#define IDS_EVENT_LOG108 
#define IDS_NEWLINE109 
#define IDS_USAGEFILE110 
#define IDS_USAGEHELP111 
#define IDS_HELPDOC112 
#define IDS_PARAM_NUMBER113 
#define IDS_BAD_ARGV114 
 
#endif