home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / hpp.z / WLIBMAIN.HPP < prev    next >
C/C++ Source or Header  |  1996-10-18  |  928b  |  29 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 _WLIBMAIN_HPP_INCLUDED
  12. #define _WLIBMAIN_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. #ifndef _WNO_PRAGMA_PUSH
  24. #pragma enum pop;
  25. #pragma pack(pop);
  26. #endif
  27.  
  28. #endif // _WLIBMAIN_HPP_INCLUDED
  29.