home *** CD-ROM | disk | FTP | other *** search
- //
- //**************************************************************************
- //
- // BOle32.h -- Portability helper for 32bit platforms
- //
- // Copyright (c) 1993,94 by Borland International, Inc. All rights reserved
- //
- //**************************************************************************
-
- #ifndef BOLE32_H
- #define BOLE32_H
-
- #include "PortDefs.h"
-
- #ifdef WIN32
-
- #define INC_OLE2
- #define _FILETIME_
- #define huge
-
- #endif
- #endif // BOLE32_H
-
-