Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
518 B

  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. #ifndef SIPBASE_H
  15. #define SIPBASE_H
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif
  19. // all moved to mssip.h
  20. #include <mssip.h>
  21. #endif // SIPBASE_H