windows-nt/Source/XPSP1/NT/com/ole32/ih/stdidx.h

15 lines
166 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _STDIDX_H_
#define _STDIDX_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL IsInterfaceImplementedByProxy(REFIID riid);
#ifdef __cplusplus
}
#endif
#endif