mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Need to import user32 even though we don't use symbols from it yet.
This commit is contained in:
parent
47d4165822
commit
eafd59e997
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ name ttydrv
|
|||
type win32
|
||||
init TTYDRV_Init
|
||||
|
||||
import user32.dll
|
||||
import gdi32.dll
|
||||
import kernel32.dll
|
||||
import ntdll.dll
|
||||
|
|
Loading…
Reference in a new issue