7 lines
179 B
C
7 lines
179 B
C
#ifndef __SHELLSTG_CLSID_H__
|
|
#define __SHELLSTG_CLSID_H__
|
|
|
|
extern "C" const IID IID_IShellStorage;
|
|
extern "C" const CLSID CLSID_CShellStorage;
|
|
|
|
#endif //__SHELLSTG_CLSID_H__
|