2025-04-27 07:49:33 -04:00

8 lines
222 B
C

#ifndef __DAVSTORE_CLSID_H__
#define __DAVSTORE_CLSID_H__
extern "C" const IID IID_IDavStorage;
extern "C" const CLSID CLSID_CDavStorage;
extern "C" const CLSID CLSID_CDavStorageEnum;
#endif //__DAVSTORE_CLSID_H__