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

  1. // prelabdr.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #include <stdio.h>
  7. #include <windows.h>
  8. #include <tchar.h>
  9. #include <crtdbg.h>
  10.  
  11. // MIDL generated, if not found, just run MIDL on Labrador.idl
  12. #import "../labrador.tlb" no_namespace
  13.  
  14.  
  15.  
  16.