Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
231cc27c
Commit
231cc27c
authored
Nov 09, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some missing imports.
parent
000c13a0
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
75 additions
and
11 deletions
+75
-11
winedbg.spec
debugger/winedbg.spec
+1
-0
clock.spec
programs/clock/clock.spec
+7
-1
cmdlgtst.spec
programs/cmdlgtst/cmdlgtst.spec
+5
-1
control.spec
programs/control/control.spec
+5
-1
notepad.spec
programs/notepad/notepad.spec
+6
-1
osversioncheck.spec
programs/osversioncheck/osversioncheck.spec
+3
-0
progman.spec
programs/progman/progman.spec
+6
-1
regapi.spec
programs/regapi/regapi.spec
+4
-1
regtest.spec
programs/regtest/regtest.spec
+4
-1
uninstaller.spec
programs/uninstaller/uninstaller.spec
+6
-1
view.spec
programs/view/view.spec
+6
-1
wcmd.spec
programs/wcmd/wcmd.spec
+5
-0
winemine.spec
programs/winemine/winemine.spec
+6
-1
winhelp.spec
programs/winhelp/winhelp.spec
+6
-0
winver.spec
programs/winver/winver.spec
+5
-1
No files found.
debugger/winedbg.spec
View file @
231cc27c
...
...
@@ -6,3 +6,4 @@ init DEBUG_main
import user32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll
programs/clock/clock.spec
View file @
231cc27c
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
programs/cmdlgtst/cmdlgtst.spec
View file @
231cc27c
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
programs/control/control.spec
View file @
231cc27c
name control
mode guiexe
type win32
init WinMain
import shell32.dll
import user32.dll
import kernel32.dll
import ntdll.dll
programs/notepad/notepad.spec
View file @
231cc27c
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
programs/osversioncheck/osversioncheck.spec
View file @
231cc27c
...
...
@@ -2,3 +2,6 @@ name osversioncheck
mode cuiexe
type win32
init wine_main
import kernel32.dll
import ntdll.dll
programs/progman/progman.spec
View file @
231cc27c
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
programs/regapi/regapi.spec
View file @
231cc27c
name regapi
mode guiexe
type win32
init WinMain
import advapi32.dll
import kernel32.dll
import ntdll.dll
programs/regtest/regtest.spec
View file @
231cc27c
name regtest
mode guiexe
type win32
init WinMain
import advapi32.dll
import kernel32.dll
import ntdll.dll
programs/uninstaller/uninstaller.spec
View file @
231cc27c
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
programs/view/view.spec
View file @
231cc27c
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
programs/wcmd/wcmd.spec
View file @
231cc27c
...
...
@@ -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
programs/winemine/winemine.spec
View file @
231cc27c
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
programs/winhelp/winhelp.spec
View file @
231cc27c
...
...
@@ -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
programs/winver/winver.spec
View file @
231cc27c
name winver
mode guiexe
type win32
init WinMain
import shell32.dll
import user32.dll
import kernel32.dll
import ntdll.dll
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment