| 44 | extern "C" |
| 45 | { |
| 46 | HRESULT WINAPI WrappedDWriteCreateFactory(DWRITE_FACTORY_TYPE factoryType, REFIID iid, IUnknown** factory) |
| 47 | { |
| 48 | return bg3se::gDWriteWrapper->DWriteCreateFactory(factoryType, iid, factory); |
| 49 | } |
| 50 | } |
nothing calls this directly
no test coverage detected