This breaks the non-PE build:
``` In file included from ../wine/dlls/vccorlib140/vccorlib.c:34: ../wine/dlls/vccorlib140/vccorlib.c:325:37: error: conflicting type qualifiers for ‘platform_type_rtti’ ../wine/dlls/vccorlib140/private.h:20:38: note: in definition of macro ‘COM_VTABLE_RTTI_START’ In file included from ../wine/dlls/vccorlib140/vccorlib.c:33: ../wine/dlls/vccorlib140/vccorlib.c:324:18: note: previous definition of ‘platform_type_rtti’ with type ‘rtti_object_locator’ ../wine/dlls/vccorlib140/cxx.h:120:21: note: in definition of macro ‘DEFINE_RTTI_DATA’ ../wine/dlls/vccorlib140/vccorlib.c:343:34: error: conflicting type qualifiers for ‘platform_type_closable_rtti’ ../wine/dlls/vccorlib140/private.h:20:38: note: in definition of macro ‘COM_VTABLE_RTTI_START’ ../wine/dlls/vccorlib140/vccorlib.c:342:18: note: previous definition of ‘platform_type_closable_rtti’ with type ‘rtti_object_locator’ ../wine/dlls/vccorlib140/cxx.h:120:21: note: in definition of macro ‘DEFINE_RTTI_DATA’ ```