| 100 | #define Forward_DWRITE(F) _Forward(DWRITE_DLL, #F, F) |
| 101 | |
| 102 | EXTERN_C HRESULT WINAPI DWriteCreateFactory(int factoryType, REFIID iid, IUnknown **factory) |
| 103 | { |
| 104 | return Forward_DWRITE(DWriteCreateFactory)(factoryType, iid, factory); |
| 105 | } |
| 106 | |
| 107 | // VERSION DLL |
| 108 | // ============================== |
nothing calls this directly
no outgoing calls
no test coverage detected