mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix regression crash in wine_dbgstr_wn. ROSTESTS-377 This brings most of Wine's current wine_dbgstr_wn code into ReactOS. It's not possible to completely sync this with latest Wine because there is Wine-specific code regarding "debug_info" and their TEB in remaining code. Confirmed by @ThFabba.