windows-nt/Source/XPSP1/NT/windows/appcompat/shims/specific/aolfindbundledinstaller_aolcode.h
2020-09-26 16:20:57 +08:00

24 lines
1 KiB
C

//-----------------------------------------------------------------------------
// America Online for Windows
//-----------------------------------------------------------------------------
// Copyright (c) 1987-2001 America Online, Inc. All rights reserved. This
// software contains valuable confidential and proprietary information of
// America Online and is subject to applicable licensing agreements.
// Unauthorized reproduction, transmission, or distribution of this file and
// its contents is a violation of applicable laws.
//-----------------------------------------------------------------------------
// $Workfile: AOLInstall.h $ $Author: RobrtLarson $
// $Date: 05/02/01 $
//-----------------------------------------------------------------------------
#if !defined(_AOLINSTALL_H__INCLUDED_)
#define _AOLINSTALL_H__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
BOOL LocateInstaller(PCHAR lpszAOLInstaller, UINT uiPathSize, BOOL *pbMessage);
#endif // !defined(_AOLINSTALL_H__INCLUDED_)