InitThreadInput16

Dimitrie O. Paun dpaun at rogers.com
Fri Sep 27 09:57:56 CDT 2002


OK,

This DLL stuff is a bit confusing. In dlls/user/user32.spec we have

409 pascal16 InitThreadInput(word word) InitThreadInput16

so the exported name is InitThreadInput, right?

Then how come in ./dlls/x11drv/desktop.c we call it like so:

    win->hmemTaskQ = InitThreadInput16( 0, 0 );

Shouldn't this yield an error?

-- 
Dimi.




More information about the wine-devel mailing list