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.
16 lines
497 B
16 lines
497 B
/****************************************************************************
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name: resource.h
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
#ifndef CLIENT_RESOURCE
|
|
#define CLIENT_RESOURCE
|
|
|
|
#define IDS_DEFAULT_STATUS 1000
|
|
#define IDS_LOGONDESKNAME 1001
|
|
|
|
#endif // CLIENT_RESOURCE
|