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

  1. // stdafx.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. #define _WIN32_WINNT 0x0400
  6.  
  7. #include <windows.h>
  8. #include <tchar.h>
  9. #include <stdio.h>
  10. #include <assert.h>
  11.  
  12. #import "..\server\connect.tlb" no_namespace
  13.