Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
3de25095
Commit
3de25095
authored
Mar 09, 1999
by
Juergen Schmied
Committed by
Alexandre Julliard
Mar 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix use of wrong prototype from ntdll.h.
parent
bb82dda9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
module.h
include/module.h
+3
-1
resource.c
loader/resource.c
+0
-1
No files found.
include/module.h
View file @
3de25095
...
...
@@ -153,6 +153,9 @@ extern FARPROC16 WINAPI WIN32_GetProcAddress16( HMODULE hmodule, LPCSTR name );
extern
SEGPTR
WINAPI
HasGPHandler16
(
SEGPTR
address
);
HMODULE
MODULE_LoadLibraryExA
(
LPCSTR
libname
,
HFILE
hfile
,
DWORD
flags
);
/* resource.c */
extern
INT
WINAPI
AccessResource
(
HMODULE
,
HRSRC
);
/* loader/ne/module.c */
extern
NE_MODULE
*
NE_GetPtr
(
HMODULE16
hModule
);
extern
void
NE_DumpModule
(
HMODULE16
hModule
);
...
...
@@ -179,7 +182,6 @@ extern BOOL16 NE_FreeResource( NE_MODULE *pModule, HGLOBAL16 handle );
extern
NE_TYPEINFO
*
NE_FindTypeSection
(
LPBYTE
pResTab
,
NE_TYPEINFO
*
pTypeInfo
,
LPCSTR
typeId
);
extern
NE_NAMEINFO
*
NE_FindResourceFromType
(
LPBYTE
pResTab
,
NE_TYPEINFO
*
pTypeInfo
,
LPCSTR
resId
);
/* loader/ne/segment.c */
extern
BOOL
NE_LoadSegment
(
NE_MODULE
*
pModule
,
WORD
segnum
);
extern
BOOL
NE_LoadAllSegments
(
NE_MODULE
*
pModule
);
...
...
loader/resource.c
View file @
3de25095
...
...
@@ -12,7 +12,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "ntdll.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winbase16.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