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.
33 lines
702 B
33 lines
702 B
/*
|
|
* Copyright (c) 1996 Microsoft Corporation
|
|
*
|
|
* Module Name:
|
|
*
|
|
* resource.h
|
|
*
|
|
* Abstract:
|
|
*
|
|
* This file contains all resources defines for ocgen.dll
|
|
*
|
|
* Author:
|
|
*
|
|
* Pat Styles (patst) 21-Nov-1996
|
|
*
|
|
* Environment:
|
|
*
|
|
* User Mode
|
|
*/
|
|
|
|
#ifdef _RESOURCE_H_
|
|
#error "resource.h already included!"
|
|
#else
|
|
#define _RESOURCE_H_
|
|
#endif
|
|
|
|
#define IDS_DIALOG_CAPTION 1
|
|
|
|
// !!! WARNING !!! Don't change the resource ID, unless you
|
|
// also change the corresponding ID in the affected INF files.
|
|
//
|
|
#define IDB_ROOT_AUTO_UPDATE 1001 // DSIE: Bitmap ID for RootAU.INF
|
|
#define IDB_ROOT_IE 1002
|