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
2f521d3e
Commit
2f521d3e
authored
Sep 10, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Sep 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
parent
891305b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
w32sys.c
dlls/win32s/w32sys.c
+9
-0
w32sys.spec
dlls/win32s/w32sys.spec
+1
-1
No files found.
dlls/win32s/w32sys.c
View file @
2f521d3e
...
...
@@ -8,6 +8,10 @@
#include "windef.h"
#include "w32sys.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
dll
)
/***********************************************************************
* GetWin32sInfo (W32SYS.12)
* RETURNS
...
...
@@ -43,3 +47,8 @@ WORD WINAPI GetPEResourceTable16(
)
{
return
0
;
}
DWORD
WINAPI
LoadPeResource16
(
WORD
x
,
SEGPTR
y
)
{
FIXME
(
"(0x%04x,0x%08lx),stub!
\n
"
,
x
,
y
);
return
0
;
}
dlls/win32s/w32sys.spec
View file @
2f521d3e
...
...
@@ -11,5 +11,5 @@ type win16
8 stub EXECPEEX
9 stub ITSME
10 stub W32SERROR
11
stub EXP1
11
pascal LoadPeResource(word ptr) LoadPeResource16
12 pascal16 GetWin32sInfo(ptr) GetWin32sInfo16
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