#ifndef _STDIDX_H_
#define _STDIDX_H_

#ifdef __cplusplus
extern "C" {
#endif

BOOL IsInterfaceImplementedByProxy(REFIID riid);

#ifdef __cplusplus
}
#endif

#endif 
