MyTDT-Mysoft / DllCompat

dll replacement for vista+ compatibility on windows XP
31 stars 8 forks source link

Wine's dwrite.dll requires new function #9

Open Svyatpro opened 5 years ago

Svyatpro commented 5 years ago

New Wine's dwrite.dll (wine 3.21+) requires GetFontFileData function in gdi32.dll wrapper.

pachuco commented 4 years ago

Undocumented:

The problem with implementing nt6+ undocumented winapi, is that it is not set in stone how the undocumented structs they use as params are arranged. And if new code depends on that, it becomes problem. My suggestion is to use these these functions as lib instead of dll, when compiling WINE dlls.