16 lines
361 B
C
16 lines
361 B
C
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1995 - 1995.
|
||
|
|
||
|
// File: guids.h
|
||
|
|
||
|
// Contents: Guids local to this directory
|
||
|
|
||
|
// History: 26-Sep-95 BruceFo Created
|
||
|
|
||
|
#ifndef __GUIDS_H__
|
||
|
#define __GUIDS_H__
|
||
|
|
||
|
DEFINE_GUID(CLSID_CNetObj, 0x59be4990, 0xf85c, 0x11ce, 0xaf, 0xf7, 0x00, 0xaa, 0x00, 0x3c, 0xa9, 0xf6);
|
||
|
|
||
|
#endif // __GUIDS_H__
|