home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / SIPBASE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  576 b   |  24 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. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  17. #define SIPBASE_H
  18.  
  19. // all moved to mssip.h
  20. #include <mssip.h>
  21.  
  22. #pragma option pop /*P_O_Pop*/
  23. #endif // SIPBASE_H
  24.