···365365 * When the CreateInstance of the cf is called the callback is executed.
366366 */
367367368368+#ifndef __REACTOS__
369369+368370typedef struct
369371{
370372 IClassFactory IClassFactory_iface;
···379381{
380382 return CONTAINING_RECORD(iface, IDefClFImpl, IClassFactory_iface);
381383}
382382-383383-#ifndef __REACTOS__
384384385385static const IClassFactoryVtbl dclfvt;
386386