You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
358 B
20 lines
358 B
/* 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_
|