home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap18 / cosmo1.0 / oleglobl.c < prev    next >
C/C++ Source or Header  |  1995-05-03  |  375b  |  23 lines

  1. /*
  2.  * OLEGLOBL.C
  3.  *
  4.  * Declarations of OLE-specific global variables.
  5.  *
  6.  * Copyright(c) Microsoft Corp. 1992-1994 All Rights Reserved
  7.  * Win32 version, January 1994
  8.  */
  9.  
  10. #ifdef MAKEOLESERVER
  11.  
  12. #include <windows.h>
  13. #include <ole.h>
  14. #include "cosmo.h"
  15. #include "oleglobl.h"
  16.  
  17.  
  18. XOLEGLOBALS      stOLE;
  19. LPXOLEGLOBALS    pOLE=&stOLE;
  20.  
  21.  
  22. #endif //MAKEOLESERVER
  23.