Commit c6601176 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Fixed some problems found while compiling and linking Wine under

Cygwin.
parent 21272b31
...@@ -3,7 +3,7 @@ TOPOBJDIR = ../.. ...@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = msvfw32.dll MODULE = msvfw32.dll
IMPORTS = winmm comctl32 version user32 gdi32 kernel32 IMPORTS = winmm comctl32 version user32 gdi32 kernel32 ntdll
ALTNAMES = msvideo.dll ALTNAMES = msvideo.dll
EXTRALIBS = $(LIBUNICODE) EXTRALIBS = $(LIBUNICODE)
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
@ stdcall GetThemeTextExtent(ptr ptr long long wstr long long ptr ptr) @ stdcall GetThemeTextExtent(ptr ptr long long wstr long long ptr ptr)
@ stdcall GetThemeTextMetrics(ptr ptr long long ptr) @ stdcall GetThemeTextMetrics(ptr ptr long long ptr)
@ stdcall GetWindowTheme(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 IsAppThemed()
@ stdcall IsThemeActive() @ stdcall IsThemeActive()
@ stdcall IsThemeBackgroundPartiallyTransparent(ptr long long) @ stdcall IsThemeBackgroundPartiallyTransparent(ptr long long)
......
...@@ -32,6 +32,7 @@ EXPORTS ...@@ -32,6 +32,7 @@ EXPORTS
wine_dlopen wine_dlopen
wine_dlsym wine_dlsym
wine_exec_wine_binary wine_exec_wine_binary
wine_free_pe_load_area
wine_get_config_dir wine_get_config_dir
wine_get_cs wine_get_cs
wine_get_ds wine_get_ds
...@@ -55,6 +56,12 @@ EXPORTS ...@@ -55,6 +56,12 @@ EXPORTS
wine_ldt_is_system wine_ldt_is_system
wine_ldt_realloc_entries wine_ldt_realloc_entries
wine_ldt_set_entry 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_fs
wine_set_gs wine_set_gs
wine_set_pe_load_area
wine_switch_to_stack wine_switch_to_stack
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