Patch 2/2 for SmartForms Installer: GetModuleFileNameW called by 16-bit task.

Dmitry Timoshkov dmitry at baikal.ru
Sat Jun 22 00:36:20 CDT 2002


"Joshua Thielen" <thielen at netprince.net> wrote:

> -    if ((wm = MODULE32_LookupHMODULE( hModule )))
> +    if(!hModule && !(NtCurrentTeb()->tibflags &= TEBF_WIN32)) {
                                                 ^^
Apparently '&=' above must be replaced by simple '&'

-- 
Dmitry.






More information about the wine-devel mailing list