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.
24 lines
640 B
24 lines
640 B
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000-2002 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// DllResourceIDs.h
|
|
//
|
|
// Description:
|
|
// Defines identifiers for resources in dll.rc.
|
|
//
|
|
// Maintained By:
|
|
// John Franco (jfranco) 17-April-2002
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
// Make sure that this file is included only once per compile path.
|
|
#pragma once
|
|
|
|
#include <ResourceIdRanges.h>
|
|
|
|
#define IDR_WIZARD_TYPELIB ( ID_DLL_START + 1 )
|
|
#define IDR_CLIENT_TYPELIB ( ID_DLL_START + 2 )
|