Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Helander
wine
Commits
c6601176
Commit
c6601176
authored
21 years ago
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
21 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some problems found while compiling and linking Wine under
Cygwin.
parent
21272b31
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/msvideo/Makefile.in
+1
-1
1 addition, 1 deletion
dlls/msvideo/Makefile.in
dlls/uxtheme/uxtheme.spec
+1
-1
1 addition, 1 deletion
dlls/uxtheme/uxtheme.spec
libs/wine/wine.def
+7
-0
7 additions, 0 deletions
libs/wine/wine.def
with
9 additions
and
2 deletions
dlls/msvideo/Makefile.in
+
1
−
1
View file @
c6601176
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
msvfw32.dll
IMPORTS
=
winmm comctl32 version user32 gdi32 kernel32
IMPORTS
=
winmm comctl32 version user32 gdi32 kernel32
ntdll
ALTNAMES
=
msvideo.dll
EXTRALIBS
=
$(
LIBUNICODE
)
...
...
This diff is collapsed.
Click to expand it.
dlls/uxtheme/uxtheme.spec
+
1
−
1
View file @
c6601176
...
...
@@ -82,7 +82,7 @@
@ stdcall GetThemeTextExtent(ptr ptr long long wstr long long ptr ptr)
@ stdcall GetThemeTextMetrics(ptr ptr long long ptr)
@ stdcall GetWindowTheme(ptr)
@ stdcall HitTestThemeBackground(ptr
ptr
long long long ptr
ptr
long ptr)
@ stdcall HitTestThemeBackground(ptr
long
long long long ptr long
double
ptr)
@ stdcall IsAppThemed()
@ stdcall IsThemeActive()
@ stdcall IsThemeBackgroundPartiallyTransparent(ptr long long)
...
...
This diff is collapsed.
Click to expand it.
libs/wine/wine.def
+
7
−
0
View file @
c6601176
...
...
@@ -32,6 +32,7 @@ EXPORTS
wine_dlopen
wine_dlsym
wine_exec_wine_binary
wine_free_pe_load_area
wine_get_config_dir
wine_get_cs
wine_get_ds
...
...
@@ -55,6 +56,12 @@ EXPORTS
wine_ldt_is_system
wine_ldt_realloc_entries
wine_ldt_set_entry
wine_pthread_abort_thread
wine_pthread_create_thread
wine_pthread_exit_thread
wine_pthread_init_process
wine_pthread_init_thread
wine_set_fs
wine_set_gs
wine_set_pe_load_area
wine_switch_to_stack
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment