17 lines
481 B
C
17 lines
481 B
C
|
/****************************************************************************
|
||
|
|
||
|
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
|