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.
15 lines
507 B
15 lines
507 B
//+----------------------------------------------------------------------------
|
|
// File: guids.cxx
|
|
//
|
|
// Synopsis: COM GUIDs
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
// Includes -------------------------------------------------------------------
|
|
#define INITGUID
|
|
#include <mgr.hxx>
|
|
|
|
|
|
// Globals --------------------------------------------------------------------
|
|
const char g_pszLPKVersion1[] = "{3d25aba1-caec-11cf-b34a-00aa00a28331}";
|