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

15 lines
180 B
C

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