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
c582ccb9
Commit
c582ccb9
authored
Dec 14, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added inline definition for MapSL.
parent
1a0eeb53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
winbase16.h
include/wine/winbase16.h
+7
-0
No files found.
include/wine/winbase16.h
View file @
c582ccb9
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
#include "winbase.h"
#include "winbase.h"
#include "winnls.h"
#include "winnls.h"
#include "wine/windef16.h"
#include "wine/windef16.h"
#include "wine/library.h"
#include "pshpack1.h"
#include "pshpack1.h"
typedef
struct
_SEGINFO
{
typedef
struct
_SEGINFO
{
...
@@ -355,4 +356,10 @@ LONG WINAPI wine_call_to_16_long( FARPROC16 target, INT nArgs );
...
@@ -355,4 +356,10 @@ LONG WINAPI wine_call_to_16_long( FARPROC16 target, INT nArgs );
void
WINAPI
wine_call_to_16_regs_short
(
CONTEXT86
*
context
,
INT
nArgs
);
void
WINAPI
wine_call_to_16_regs_short
(
CONTEXT86
*
context
,
INT
nArgs
);
void
WINAPI
wine_call_to_16_regs_long
(
CONTEXT86
*
context
,
INT
nArgs
);
void
WINAPI
wine_call_to_16_regs_long
(
CONTEXT86
*
context
,
INT
nArgs
);
/* Some optimizations */
extern
inline
LPVOID
WINAPI
MapSL
(
SEGPTR
segptr
)
{
return
(
char
*
)
wine_ldt_copy
.
base
[
SELECTOROF
(
segptr
)
>>
__AHSHIFT
]
+
OFFSETOF
(
segptr
);
}
#endif
/* __WINE_WINE_WINBASE16_H */
#endif
/* __WINE_WINE_WINBASE16_H */
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