Added import of comdlg32.dll in spec file.

This commit is contained in:
Hidenori Takeshima 2000-03-26 14:40:15 +00:00 committed by Alexandre Julliard
parent 28dab87681
commit e0a71f83f5
4 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@ mode guiexe
type win32
init WinMain
rsrc cmdlgtst
import comdlg32.dll

View File

@ -3,3 +3,4 @@ mode guiexe
type win32
init WinMain
rsrc notepad
import comdlg32.dll

View File

@ -3,3 +3,4 @@ mode guiexe
type win32
init WinMain
rsrc progman
import comdlg32.dll

View File

@ -3,3 +3,4 @@ mode guiexe
type win32
init WinMain
rsrc winhelp
import comdlg32.dll