home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectComponents
- // Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
- //
- // $Revision: 2.3 $
- //
- // Portability helper for 32bit platforms
- //----------------------------------------------------------------------------
- #ifndef _BOLE32_H
- #define _BOLE32_H
-
- #include "PortDefs.h"
-
- #ifdef WIN32
-
- #define INC_OLE2
- #define _FILETIME_
- #define huge
-
- #endif
- #endif // BOLE32_H
-