27 lines
323 B
C
27 lines
323 B
C
/*++
|
|
|
|
Copyright (c) 1999-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
svcdllrc.h
|
|
|
|
Abstract:
|
|
|
|
This module defines resource IDs for strings
|
|
|
|
Author:
|
|
|
|
Vishnu Patankar (VishnuP)
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#ifndef __scedllrc__
|
|
#define __scedllrc__
|
|
|
|
#define SVCAPIS_GENERIC_ERROR 100
|
|
|
|
#endif
|
|
|