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
7e89b7a6
Commit
7e89b7a6
authored
Jan 05, 2003
by
Marcus Meissner
Committed by
Alexandre Julliard
Jan 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added several missing K32WOW* prototypes.
parent
065e928a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
winbase16.h
include/wine/winbase16.h
+14
-1
No files found.
include/wine/winbase16.h
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
);
...
...
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