home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / sipbase.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  626 b   |  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.