Commit 231cc27c authored by Alexandre Julliard's avatar Alexandre Julliard

Added some missing imports.

parent 000c13a0
......@@ -6,3 +6,4 @@ init DEBUG_main
import user32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll
name clock
mode guiexe
type win32
init WinMain
rsrc rsrc.res
import comdlg32.dll
import shell32.dll
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
name cmdlgtst
mode guiexe
type win32
init WinMain
rsrc cmdlgr.res
import comdlg32.dll
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
name control
mode guiexe
type win32
init WinMain
import shell32.dll
import user32.dll
import kernel32.dll
import ntdll.dll
name notepad
mode guiexe
type win32
init WinMain
rsrc rsrc.res
import comdlg32.dll
import shell32.dll
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
......@@ -2,3 +2,6 @@ name osversioncheck
mode cuiexe
type win32
init wine_main
import kernel32.dll
import ntdll.dll
name progman
mode guiexe
type win32
init WinMain
rsrc rsrc.res
import shell32.dll
import comdlg32.dll
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
name regapi
mode guiexe
type win32
init WinMain
import advapi32.dll
import kernel32.dll
import ntdll.dll
name regtest
mode guiexe
type win32
init WinMain
import advapi32.dll
import kernel32.dll
import ntdll.dll
name uninstaller
mode guiexe
type win32
init WinMain
rsrc rsrc.res
import user32.dll
import gdi32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll
name view
mode guiexe
type win32
init WinMain
rsrc viewrc.res
import comdlg32.dll
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
......@@ -3,3 +3,8 @@ mode cuiexe
type win32
init wine_main
rsrc wcmdrc.res
import shell32.dll
import user32.dll
import kernel32.dll
import ntdll.dll
name winemine
mode guiexe
type win32
init WinMain
rsrc rsrc.res
import user32.dll
import gdi32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll
......@@ -3,4 +3,10 @@ mode guiexe
type win32
init WinMain
rsrc rsrc.res
import comdlg32.dll
import shell32.dll
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
name winver
mode guiexe
type win32
init WinMain
import shell32.dll
import user32.dll
import kernel32.dll
import ntdll.dll
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment