21 lines
338 B
Plaintext
21 lines
338 B
Plaintext
|
/* Copyright (c) 1996, Microsoft Corporation, all rights reserved.
|
||
|
**
|
||
|
** wait.rch
|
||
|
** Waiting for Services popup
|
||
|
** Resource constants
|
||
|
**
|
||
|
** 02/18/96 Steve Cobb
|
||
|
*/
|
||
|
|
||
|
#ifndef _WAIT_RCH_
|
||
|
#define _WAIT_RCH_
|
||
|
|
||
|
|
||
|
#define DID_WS_WaitingForServices 19900
|
||
|
|
||
|
#define SID_OP_LoadRas 29900
|
||
|
#define SID_OP_LoadMprApiDll 29901
|
||
|
|
||
|
|
||
|
#endif // _WAIT_RCH_
|