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
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
Zsolt Vadász
wine
Commits
401a9e09
Commit
401a9e09
authored
22 years ago
by
Steven Edwards
Committed by
Alexandre Julliard
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the .def files for the Mingw build.
parent
c7a34802
No related branches found
Branches containing commit
Tags
wine-940602
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libs/unicode/wine_unicode.def
+2
-0
2 additions, 0 deletions
libs/unicode/wine_unicode.def
libs/wine/wine.def
+2
-2
2 additions, 2 deletions
libs/wine/wine.def
with
4 additions
and
2 deletions
libs/unicode/wine_unicode.def
+
2
−
0
View file @
401a9e09
LIBRARY libwine_unicode.dll
EXPORTS
snprintfW
sprintfW
...
...
This diff is collapsed.
Click to expand it.
libs/wine/wine.def
+
2
−
2
View file @
401a9e09
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
...
...
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