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
Releases
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
Johnny Cai
wine
Commits
7e89b7a6
Commit
7e89b7a6
authored
22 years ago
by
Marcus Meissner
Committed by
Alexandre Julliard
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added several missing K32WOW* prototypes.
parent
065e928a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/wine/winbase16.h
+14
-1
14 additions, 1 deletion
include/wine/winbase16.h
with
14 additions
and
1 deletion
include/wine/winbase16.h
+
14
−
1
View file @
7e89b7a6
...
...
@@ -223,7 +223,21 @@ WORD WINAPI GlobalPageUnlock16(HGLOBAL16);
BOOL16
WINAPI
IsSharedSelector16
(
HANDLE16
);
BOOL16
WINAPI
IsTask16
(
HTASK16
);
HTASK16
WINAPI
IsTaskLocked16
(
void
);
DWORD
WINAPI
K32WOWCallback16
(
DWORD
,
DWORD
);
BOOL
WINAPI
K32WOWCallback16Ex
(
DWORD
,
DWORD
,
DWORD
,
LPVOID
,
LPDWORD
);
VOID
WINAPI
K32WOWDirectedYield16
(
WORD
);
BOOL
WINAPI
K32WOWGetDescriptor
(
SEGPTR
,
LPLDT_ENTRY
);
LPVOID
WINAPI
K32WOWGetVDMPointer
(
DWORD
,
DWORD
,
BOOL
);
LPVOID
WINAPI
K32WOWGetVDMPointerFix
(
DWORD
,
DWORD
,
BOOL
);
VOID
WINAPI
K32WOWGetVDMPointerUnfix
(
DWORD
);
WORD
WINAPI
K32WOWGlobalAlloc16
(
WORD
,
DWORD
);
DWORD
WINAPI
K32WOWGlobalAllocLock16
(
WORD
,
DWORD
,
WORD
*
);
WORD
WINAPI
K32WOWGlobalFree16
(
WORD
);
SEGPTR
WINAPI
K32WOWGlobalLock16
(
HGLOBAL16
);
DWORD
WINAPI
K32WOWGlobalLockSize16
(
WORD
,
PDWORD
);
BOOL
WINAPI
K32WOWGlobalUnlock16
(
WORD
);
WORD
WINAPI
K32WOWGlobalUnlockFree16
(
DWORD
);
VOID
WINAPI
K32WOWYield16
(
void
);
VOID
WINAPI
LogError16
(
UINT16
,
LPVOID
);
VOID
WINAPI
LogParamError16
(
UINT16
,
FARPROC16
,
LPVOID
);
WORD
WINAPI
LocalCountFree16
(
void
);
...
...
@@ -360,7 +374,6 @@ BOOL16 WINAPI WritePrivateProfileString16(LPCSTR,LPCSTR,LPCSTR,LPCSTR);
BOOL16
WINAPI
WriteProfileString16
(
LPCSTR
,
LPCSTR
,
LPCSTR
);
/* Yield16 will only be available from kernel module, use K32WOWYield instead */
VOID
WINAPI
Yield16
(
void
);
VOID
WINAPI
K32WOWYield16
(
void
);
SEGPTR
WINAPI
lstrcat16
(
SEGPTR
,
LPCSTR
);
SEGPTR
WINAPI
lstrcatn16
(
SEGPTR
,
LPCSTR
,
INT16
);
SEGPTR
WINAPI
lstrcpy16
(
SEGPTR
,
LPCSTR
);
...
...
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