15 lines
166 B
C
15 lines
166 B
C
|
#ifndef _STDIDX_H_
|
||
|
#define _STDIDX_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
BOOL IsInterfaceImplementedByProxy(REFIID riid);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|