diff --git a/include/guiddef.h b/include/guiddef.h index c5ba9635b89..0837ed34ad7 100644 --- a/include/guiddef.h +++ b/include/guiddef.h @@ -56,8 +56,9 @@ typedef struct _GUID #ifdef __WINE_UUID_ATTR extern "C++" { - template struct __wine_uuidof; - + template struct __wine_uuidof { + static const GUID uuid; + }; template struct __wine_uuidof_type { typedef __wine_uuidof inst; };