On May 16, 2002 10:55 pm, Alexandre Julliard wrote:
Log message: Export the debugging API from libwine instead of ntdll. Removed debugres_[aw].
I think you need to test for null strings in default_dbgstr_[aw]n, no?
Also, the default implementations are there for the mingw port? We normally use the ones from NTDLL_dbgstr_*, right?
"Dimitrie O. Paun" dpaun@rogers.com writes:
I think you need to test for null strings in default_dbgstr_[aw]n, no?
Yes, thanks for spotting this.
Also, the default implementations are there for the mingw port? We normally use the ones from NTDLL_dbgstr_*, right?
Yes, the defaults are here for other platforms, for instance if you want to run a Wine dll under Windows. There are not used under the standard Wine.