Commit 401a9e09 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Fixed the .def files for the Mingw build.

parent c7a34802
LIBRARY libwine_unicode.dll
EXPORTS EXPORTS
snprintfW snprintfW
sprintfW sprintfW
......
LIBRARY libwine.dll
EXPORTS EXPORTS
__wine_dbg_register __wine_dbg_register
__wine_dbg_unregister __wine_dbg_unregister
...@@ -27,7 +29,6 @@ EXPORTS ...@@ -27,7 +29,6 @@ EXPORTS
wine_dll_unload wine_dll_unload
wine_dlopen wine_dlopen
wine_dlsym wine_dlsym
wine_errno_location
wine_get_config_dir wine_get_config_dir
wine_get_cs wine_get_cs
wine_get_ds wine_get_ds
...@@ -37,7 +38,6 @@ EXPORTS ...@@ -37,7 +38,6 @@ EXPORTS
wine_get_server_dir wine_get_server_dir
wine_get_ss wine_get_ss
wine_get_user_name wine_get_user_name
wine_h_errno_location
wine_ldt_alloc_entries wine_ldt_alloc_entries
wine_ldt_alloc_fs wine_ldt_alloc_fs
wine_ldt_copy wine_ldt_copy
......
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