Hello,
i would like to move USER functions of the type
$type WINAPI $function16(@args) { return $function(@args); }
from windows/*.c to dlls/user/user16.c but i don't know if that's the right place to put them because there are already some dlls/user/*16.c files.
bye michael