Leaked source code of windows server 2003
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.
 
 
 
 
 
 

30 lines
758 B

///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1998, Microsoft Corp. All rights reserved.
//
// FILE
//
// iastl.cpp
//
// SYNOPSIS
//
// Used to compile iastlimp.cpp with IAS specific definitions.
//
// MODIFICATION HISTORY
//
// 08/12/1998 Original version.
//
///////////////////////////////////////////////////////////////////////////////
#include <ias.h>
///////////////////////////////////////////////////////////////////////////////
//
// IASTL implementation.
//
///////////////////////////////////////////////////////////////////////////////
#include <iastlutl.h>
#include <iastlimp.cpp>
void IASTL::issue_error(HRESULT hr) { _com_issue_error(hr); }