home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / sipbase.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  626b  |  30 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //
  5. //  Copyright (C) Microsoft Corporation, 1996-1999
  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*/
  17. #define SIPBASE_H
  18.  
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif
  22.  
  23. // all moved to mssip.h
  24. #include <mssip.h>
  25.  
  26. #pragma option pop /*P_O_Pop*/
  27. #endif // SIPBASE_H
  28.  
  29.  
  30.