home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / hpp.z / WOLEINIT.HPP < prev    next >
C/C++ Source or Header  |  1996-10-18  |  1KB  |  33 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 _WOLEINIT_HPP_INCLUDED
  12. #define _WOLEINIT_HPP_INCLUDED
  13.  
  14. #ifndef _WNO_PRAGMA_PUSH
  15. #pragma pack(push,8);
  16. #pragma enum int;
  17. #endif
  18.  
  19. #ifndef _WDEF_HPP_INCLUDED
  20. #  include "wdef.hpp"
  21. #endif
  22.  
  23. extern WBool WEXPORT WOleInitialize( void );
  24. extern void WEXPORT WOleUnInitialize( void );
  25.  
  26. #ifndef _WNO_PRAGMA_PUSH
  27. #pragma enum pop;
  28. #pragma pack(pop);
  29. #endif
  30.  
  31. #endif // _WOLEINIT_HPP_INCLUDED
  32.  
  33.