22 lines
247 B
C++
22 lines
247 B
C++
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
inc.hxx
|
|
|
|
Abstract:
|
|
|
|
Definitions shared between olescm and objex
|
|
|
|
--*/
|
|
|
|
#ifndef __INC_HXX
|
|
#define __INC_HXX
|
|
|
|
BOOL GUIDFromString(LPCWSTR lpsz, LPGUID pguid);
|
|
|
|
#endif __INC_HXX
|
|
|