26 lines
509 B
C
26 lines
509 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
||
|
//
|
||
|
// File: tstclsid.h
|
||
|
//
|
||
|
// Contents: CLSID's for various test apps
|
||
|
//
|
||
|
// Classes:
|
||
|
//
|
||
|
// Functions:
|
||
|
//
|
||
|
// History: dd-mmm-yy Author Comment
|
||
|
// 08-Feb-94 alexgo author
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef __TSTCLSID_H
|
||
|
#define __TSTCLSID_H
|
||
|
|
||
|
extern "C" CLSID CLSID_SimpleServer;
|
||
|
|
||
|
#endif
|
||
|
|