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
5443a7e6
Commit
5443a7e6
authored
Nov 25, 1998
by
Ulrich Weigand
Committed by
Alexandre Julliard
Nov 25, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implementation of PE->NE resource conversion routines (KERNEL.615-618).
parent
f1779ed5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
kernel.spec
if1632/kernel.spec
+6
-6
Makefile.in
loader/ne/Makefile.in
+1
-0
convert.c
loader/ne/convert.c
+0
-0
No files found.
if1632/kernel.spec
View file @
5443a7e6
...
...
@@ -480,12 +480,12 @@ file krnl386.exe
610 pascal FindSLThunkletCallback(long long) FindSLThunkletCallback
611 return FreeThunklet 8 0
612 pascal16 IsSLThunklet(ptr) IsSLThunklet
613 stub KERNEL_613
# (cbclient)
614 stub KERNEL_614
# (cbclient)
615
stub KERNEL_615 # (cbclient)
616
stub KERNEL_616 # (cbclient)
617
stub KERNEL_617 # (cbclient)
618
stub KERNEL_618 # (cbclient)
613 stub KERNEL_613
614 stub KERNEL_614
615
pascal16 ConvertDialog32To16(long long long) ConvertDialog32To16
616
pascal16 ConvertMenu32To16(long long long) ConvertMenu32To16
617
pascal16 GetMenu32Size(ptr) GetMenu32Size
618
pascal16 GetDialog32Size(ptr) GetDialog32Size
619 pascal16 RegisterCBClient(word ptr long) RegisterCBClient
620 register CBClientThunkSL() CBClientThunkSL
621 stub KERNEL_621 # (cbclient)
...
...
loader/ne/Makefile.in
View file @
5443a7e6
...
...
@@ -6,6 +6,7 @@ VPATH = @srcdir@
MODULE
=
ne
C_SRCS
=
\
convert.c
\
module.c
\
resource.c
\
segment.c
...
...
loader/ne/convert.c
0 → 100644
View file @
5443a7e6
This diff is collapsed.
Click to expand it.
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