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.
17 lines
388 B
17 lines
388 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) Microsoft Corporation
|
|
//
|
|
// SYNOPSIS
|
|
//
|
|
// Declares the resource IDs for iascomp.dll
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef RESOURCE_H
|
|
#define RESOURCE_H
|
|
#pragma once
|
|
|
|
#define IDS_DESCRIPTION 1
|
|
|
|
#endif // RESOURCE_H
|