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
9e87c682
Commit
9e87c682
authored
Jun 07, 2020
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Jun 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add wownt16.h.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
036fcf96
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
4 deletions
+29
-4
thunk.c
dlls/krnl386.exe16/thunk.c
+1
-4
Makefile.in
include/Makefile.in
+1
-0
wownt16.h
include/wownt16.h
+27
-0
No files found.
dlls/krnl386.exe16/thunk.c
View file @
9e87c682
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
#include "winternl.h"
#include "winternl.h"
#include "wownt16.h"
#include "wownt32.h"
#include "wownt32.h"
#include "wine/winbase16.h"
#include "wine/winbase16.h"
...
@@ -2402,10 +2403,6 @@ DWORD WINAPI FreeLibrary32W16( DWORD hLibModule )
...
@@ -2402,10 +2403,6 @@ DWORD WINAPI FreeLibrary32W16( DWORD hLibModule )
return
(
DWORD
)
retv
;
return
(
DWORD
)
retv
;
}
}
#define CPEX_DEST_STDCALL 0x00000000
#define CPEX_DEST_CDECL 0x80000000
/**********************************************************************
/**********************************************************************
* WOW_CallProc32W
* WOW_CallProc32W
*/
*/
...
...
include/Makefile.in
View file @
9e87c682
...
@@ -781,6 +781,7 @@ SOURCES = \
...
@@ -781,6 +781,7 @@ SOURCES = \
wmsdk.h
\
wmsdk.h
\
wmsdkidl.idl
\
wmsdkidl.idl
\
wnaspi32.h
\
wnaspi32.h
\
wownt16.h
\
wownt32.h
\
wownt32.h
\
wpcapi.idl
\
wpcapi.idl
\
ws2def.h
\
ws2def.h
\
...
...
include/wownt16.h
0 → 100644
View file @
9e87c682
/*
* WOW16 Generic Thunk API
*
* Copyright (C) 2020 Vijay Kiran Kamuju
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _WOWNT16_H_
#define _WOWNT16_H_
#define CPEX_DEST_STDCALL 0x00000000
#define CPEX_DEST_CDECL 0x80000000
#endif
/* _WOWNT16_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