找到一个可能的地方
c:/msys64/mingw32/include/_mingw.h
#if __cpp_constexpr >= 200704l && __cpp_inline_variables >= 201606L
#define __CRT_UUID_DECL(type,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
extern "C++" { \
template<> struct __mingw_uuidof_s<type> { \
static constexpr IID __uuid_inst = { \
l,w1,w2, {b1,b2,b3,b4,b5,b6,b7,b8} \
}; \
};
【 在 DoorWay 的大作中提到: 】
: grep -rni __CRT_UUID_DECL .
: 根目录搜索下
--
FROM 175.10.88.*