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
0e236a1f
Commit
0e236a1f
authored
Oct 24, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed GetResDirEntryA/W.
parent
ee8722d0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
119 deletions
+68
-119
module.h
include/module.h
+0
-4
pe_resource.c
loader/pe_resource.c
+68
-115
No files found.
include/module.h
View file @
0e236a1f
...
...
@@ -223,10 +223,6 @@ extern HRSRC PE_FindResourceW(HMODULE,LPCWSTR,LPCWSTR);
extern
HRSRC
PE_FindResourceExW
(
HMODULE
,
LPCWSTR
,
LPCWSTR
,
WORD
);
extern
DWORD
PE_SizeofResource
(
HRSRC
);
extern
HGLOBAL
PE_LoadResource
(
HMODULE
,
HRSRC
);
extern
const
IMAGE_RESOURCE_DIRECTORY
*
GetResDirEntryA
(
const
IMAGE_RESOURCE_DIRECTORY
*
,
LPCSTR
,
LPCVOID
,
BOOL
);
extern
const
IMAGE_RESOURCE_DIRECTORY
*
GetResDirEntryW
(
const
IMAGE_RESOURCE_DIRECTORY
*
,
LPCWSTR
,
LPCVOID
,
BOOL
);
/* loader/pe_image.c */
extern
WINE_MODREF
*
PE_LoadLibraryExA
(
LPCSTR
,
DWORD
);
...
...
loader/pe_resource.c
View file @
0e236a1f
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