home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / BOCOLE.PAK / BOLE32.H < prev    next >
C/C++ Source or Header  |  1995-08-29  |  469b  |  24 lines

  1. //
  2. //**************************************************************************
  3. //
  4. // BOle32.h -- Portability helper for 32bit platforms
  5. //
  6. // Copyright (c) 1993,94 by Borland International, Inc. All rights reserved
  7. //
  8. //**************************************************************************
  9.  
  10. #ifndef BOLE32_H
  11. #define BOLE32_H
  12.  
  13. #include "PortDefs.h"
  14.  
  15. #ifdef WIN32
  16.  
  17. #define INC_OLE2
  18. #define _FILETIME_
  19. #define huge
  20.  
  21. #endif
  22. #endif // BOLE32_H
  23.  
  24.