home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / sipbase.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  493b  |  22 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //
  5. //  Copyright 1996 - 1998 Microsoft Corporation
  6. //
  7. //  File:       sipbase.h
  8. //
  9. //  Contents:   Generic SIP Provider Main Include File
  10. //
  11. //  History:    14-Feb-1997 pberkman   created
  12. //
  13. //--------------------------------------------------------------------------
  14.  
  15. #ifndef SIPBASE_H
  16. #define SIPBASE_H
  17.  
  18. // all moved to mssip.h
  19. #include <mssip.h>
  20.  
  21. #endif // SIPBASE_H
  22.