Need to import user32 even though we don't use symbols from it yet.

This commit is contained in:
Alexandre Julliard 2001-01-07 21:53:46 +00:00
parent 47d4165822
commit eafd59e997

View file

@ -2,6 +2,7 @@ name ttydrv
type win32
init TTYDRV_Init
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll