23 lines
368 B
Plaintext
23 lines
368 B
Plaintext
/* Copyright (c) 1995, Microsoft Corporation, all rights reserved.
|
|
**
|
|
** lvx.rch
|
|
** Remote Access ListView extensions
|
|
** Resource constants
|
|
**
|
|
** 11/28/95 Steve Cobb
|
|
*/
|
|
|
|
#ifndef _LVX_RCH_
|
|
#define _LVX_RCH_
|
|
|
|
|
|
/* Icon IDs.
|
|
*/
|
|
#define IID_Checked 50
|
|
#define IID_Unchecked 51
|
|
#define IID_Modem 52
|
|
#define IID_Adapter 53
|
|
|
|
|
|
#endif // _LVX_RCH_
|