From 401a9e096a75e60afb5c514da09fc0f77b04effb Mon Sep 17 00:00:00 2001 From: Steven Edwards <steven_ed4153@yahoo.com> Date: Fri, 28 Mar 2003 00:28:09 +0000 Subject: [PATCH] Fixed the .def files for the Mingw build. --- libs/unicode/wine_unicode.def | 2 ++ libs/wine/wine.def | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/unicode/wine_unicode.def b/libs/unicode/wine_unicode.def index c65566bf417..8dc4698695a 100644 --- a/libs/unicode/wine_unicode.def +++ b/libs/unicode/wine_unicode.def @@ -1,3 +1,5 @@ +LIBRARY libwine_unicode.dll + EXPORTS snprintfW sprintfW diff --git a/libs/wine/wine.def b/libs/wine/wine.def index e113c3d965a..a7088cfec8c 100644 --- a/libs/wine/wine.def +++ b/libs/wine/wine.def @@ -1,3 +1,5 @@ +LIBRARY libwine.dll + EXPORTS __wine_dbg_register __wine_dbg_unregister @@ -27,7 +29,6 @@ EXPORTS wine_dll_unload wine_dlopen wine_dlsym - wine_errno_location wine_get_config_dir wine_get_cs wine_get_ds @@ -37,7 +38,6 @@ EXPORTS wine_get_server_dir wine_get_ss wine_get_user_name - wine_h_errno_location wine_ldt_alloc_entries wine_ldt_alloc_fs wine_ldt_copy -- GitLab