Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f93c9d9b
Commit
f93c9d9b
authored
Sep 28, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Don't export wine_ldt_copy for the Windows build.
parent
f4878f08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
library.h
include/wine/library.h
+1
-12
ldt.c
libs/wine/ldt.c
+0
-1
wine.def
libs/wine/wine.def
+0
-1
No files found.
include/wine/library.h
View file @
f93c9d9b
...
...
@@ -102,19 +102,8 @@ static inline void wine_ldt_init_fs( unsigned short sel, const LDT_ENTRY *entry
static
inline
void
wine_ldt_free_fs
(
unsigned
short
sel
)
{
}
#endif
/* __i386__ */
/* the local copy of the LDT */
#ifdef __CYGWIN__
# ifdef WINE_EXPORT_LDT_COPY
# define WINE_LDT_EXTERN __declspec(dllexport)
# else
# define WINE_LDT_EXTERN __declspec(dllimport)
# endif
#else
# define WINE_LDT_EXTERN extern
#endif
WINE_LDT_EXTERN
struct
__wine_ldt_copy
extern
struct
__wine_ldt_copy
{
void
*
base
[
8192
];
/* base address or 0 if entry is free */
unsigned
long
limit
[
8192
];
/* limit in bytes or 0 if entry is free */
...
...
libs/wine/ldt.c
View file @
f93c9d9b
...
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "winbase.h"
#define WINE_EXPORT_LDT_COPY
#include "wine/library.h"
#ifdef __i386__
...
...
libs/wine/wine.def
View file @
f93c9d9b
...
...
@@ -87,7 +87,6 @@ EXPORTS
wine_init_argv0_path
wine_is_dbcs_leadbyte
wine_ldt_alloc_entries
wine_ldt_copy
wine_ldt_free_entries
wine_ldt_get_entry
wine_ldt_get_ptr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment