Windows2003-3790/public/sdk/inc/sipbase.h
2020-09-30 16:53:55 +02:00

28 lines
545 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996-1999
//
// File: sipbase.h
//
// Contents: Generic SIP Provider Main Include File
//
// History: 14-Feb-1997 pberkman created
//
//--------------------------------------------------------------------------
#ifndef SIPBASE_H
#define SIPBASE_H
#if _MSC_VER > 1000
#pragma once
#endif
// all moved to mssip.h
#include <mssip.h>
#endif // SIPBASE_H