17 lines
291 B
C
17 lines
291 B
C
/**********************************************************************
|
|
|
|
Copyright (c) 1992-1998 Microsoft Corporation
|
|
|
|
res.h
|
|
|
|
DESCRIPTION:
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef _RES_
|
|
#define _RES_
|
|
|
|
#define IDS_DMUSIC16 1000
|
|
|
|
#endif
|