25 lines
496 B
C
25 lines
496 B
C
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Copyright (c) 1998, Microsoft Corp. All rights reserved.
|
||
|
//
|
||
|
// FILE
|
||
|
//
|
||
|
// resource.h
|
||
|
//
|
||
|
// SYNOPSIS
|
||
|
//
|
||
|
// Resource ID's for the Accounting module.
|
||
|
//
|
||
|
// MODIFICATION HISTORY
|
||
|
//
|
||
|
// 08/04/1998 Original version.
|
||
|
//
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef _RESOURCE_H_
|
||
|
#define _RESOURCE_H_
|
||
|
|
||
|
#define IDS_Accounting 101
|
||
|
|
||
|
#endif // _RESOURCE_H_
|