home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 May / PCPlus May 1998=disk A.iso / CPLUS45 / BC45 / OWLSRC.PAK / LINKGUID.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-29  |  743 b   |  22 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1991, 1994 by Borland International, All Rights Reserved
  4. //
  5. //   Base OLE UI dialog class definitions
  6. //----------------------------------------------------------------------------
  7. #define INC_OLE2
  8. #include <owl/owlpch.h>
  9. #include <owl/oledlg.h>
  10.  
  11. //
  12. // The following option forces the GUID into the code segment
  13. //
  14. #pragma option -zE_TEXT -zFCODE
  15.  
  16. //
  17. // Bolero's OLEUILinkContainer's GUID
  18. //
  19. extern "C" const GUID far IID_IOleUILinkContainer = { 0x000004FF, 0x0000,
  20.                                                       0x0000,
  21.                            { 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 } };
  22.