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.

23 lines
1.1 KiB

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