home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / hpp.z / WOLERLS.HPP < prev    next >
C/C++ Source or Header  |  1996-10-18  |  998b  |  31 lines

  1. /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2.    %     Copyright (C) 1994, by WATCOM International Inc.  All rights    %
  3.    %     reserved.  No part of this software may be reproduced or        %
  4.    %     used in any form or by any means - graphic, electronic or       %
  5.    %     mechanical, including photocopying, recording, taping or        %
  6.    %     information storage and retrieval systems - except with the     %
  7.    %     written permission of WATCOM International Inc.                 %
  8.    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9. */
  10.  
  11. #ifndef _WOLERLS_HPP_INCLUDED
  12. #define _WOLERLS_HPP_INCLUDED
  13.  
  14. #ifndef _WNO_PRAGMA_PUSH
  15. #pragma pack(push,8);
  16. #pragma enum int;
  17. #endif
  18.  
  19. #ifndef _WOLEAUTO_HPP_INCLUDED
  20. #   include "woleauto.hpp"
  21. #endif
  22.  
  23. extern void WEXPORT WOleReleaseInterface( WPIUnknown punk );
  24.  
  25. #ifndef _WNO_PRAGMA_PUSH
  26. #pragma enum pop;
  27. #pragma pack(pop);
  28. #endif
  29.  
  30. #endif // _WOLERLS_HPP_INCLUDED
  31.