home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / commap / premap.h < prev   
Text File  |  1998-04-02  |  699b  |  15 lines

  1. // premap.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #include <atlbase.h>
  6. //You may derive a class from CComModule and use it if you want to override
  7. //something, but do not change the name of _Module
  8. extern CComModule _Module;
  9. #include <atlcom.h>
  10.  
  11. #import "aggreg/aggreg.tlb" no_namespace raw_interfaces_only named_guids rename("CAgg", "CoAgg") rename("CAggBlind", "CoAggBlind") rename("CAutoAgg", "CoAutoAgg") rename("CAutoAggB", "CoAutoAggB")
  12. #import "commap.tlb" no_namespace raw_interfaces_only named_guids rename("COuter", "CoOuter") rename("CChain", "CoChain")
  13.  
  14.  
  15.