home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
BOCOLE.PAK
/
BOLEGUID.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
807b
|
28 lines
//
//**************************************************************************
//
// BOleGUID.cpp -- Forces the OLE2 GUIDs to be compiled into the code
// segment, since compiling them into the data segment
// produces multi-instance problems.
//
// NOTE! This file must be compiled with the following flags for 16-bit:
// -zE_TEXT -zFCODE (this forces the GUIDs into the code segment)
//
// Copyright (c) 1993,94 by Borland International, Inc. All rights reserved
//
//**************************************************************************
#define INITGUID // stick the guids in this module
#ifdef WIN32
#include <Windows.h>
#include <InitGUID.h>
#endif
#define INIT_BGUID // stick the guids in this module
#include "BOle.h"