35 lines
570 B
C
35 lines
570 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1997-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
RESOURCE.H
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
defiines stuff in the resource file
|
||
|
|
||
|
History:
|
||
|
|
||
|
a-davj 04-Mar-97 Created.
|
||
|
|
||
|
--*/
|
||
|
|
||
|
//{{NO_DEPENDENCIES}}
|
||
|
// Microsoft Visual C++ generated include file.
|
||
|
// Used by SERVER2.RC
|
||
|
//
|
||
|
|
||
|
// Next default values for new objects
|
||
|
//
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
|
|
||
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
||
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
||
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||
|
#endif
|
||
|
#endif
|