Re: wine/ controls/menu.c dlls/commdlg/cdlg32.c dl ...
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? -- Dimi.
"Dimitrie O. Paun" <dpaun(a)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. -- Alexandre Julliard julliard(a)winehq.com
participants (2)
-
Alexandre Julliard -
Dimitrie O. Paun