home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / BOCOLE.PAK / BOLE32.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  494 b   |  22 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents
  3. // Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   2.3  $
  6. //
  7. // Portability helper for 32bit platforms
  8. //----------------------------------------------------------------------------
  9. #ifndef _BOLE32_H
  10. #define _BOLE32_H
  11.  
  12. #include "PortDefs.h"
  13.  
  14. #ifdef WIN32
  15.  
  16. #define INC_OLE2
  17. #define _FILETIME_
  18. #define huge
  19.  
  20. #endif
  21. #endif // BOLE32_H
  22.