windows-nt/Source/XPSP1/NT/com/ole32/ih/stdidx.h
2020-09-26 16:20:57 +08:00

15 lines
166 B
C

#ifndef _STDIDX_H_
#define _STDIDX_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL IsInterfaceImplementedByProxy(REFIID riid);
#ifdef __cplusplus
}
#endif
#endif