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.
26 lines
528 B
26 lines
528 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1997, Microsoft Corp. All rights reserved.
|
|
//
|
|
// FILE
|
|
//
|
|
// iascore.h
|
|
//
|
|
// SYNOPSIS
|
|
//
|
|
// Common header file for all Everest core components
|
|
//
|
|
// MODIFICATION HISTORY
|
|
//
|
|
// 07/09/1997 Original version.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _IASCORE_H_
|
|
#define _IASCORE_H_
|
|
|
|
#define IASCOREAPI
|
|
|
|
#include <ias.h>
|
|
|
|
#endif // _IASCORE_H_
|