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.
25 lines
574 B
25 lines
574 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: sipguids.h
|
|
//
|
|
// Contents: Microsoft SIP Provider
|
|
//
|
|
// Functions: DllMain
|
|
//
|
|
// History: 01-Jul-1997 pberkman created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef SIPGUIDS_H
|
|
#define SIPGUIDS_H
|
|
|
|
//all the GUIDs are now exposed and defined in the public\sdk\inc\mssig32.h
|
|
|
|
#include "mssign32.h"
|
|
|
|
#endif // SIPGUIDS_H
|
|
|