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