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
1442253d
Commit
1442253d
authored
Mar 10, 1999
by
Ulrich Weigand
Committed by
Alexandre Julliard
Mar 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted NE_FreePEResource().
parent
1b938b18
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
module.h
include/module.h
+0
-1
convert.c
loader/ne/convert.c
+0
-9
No files found.
include/module.h
View file @
1442253d
...
...
@@ -193,7 +193,6 @@ extern HINSTANCE16 NE_CreateInstance( NE_MODULE *pModule, HINSTANCE16 *prev,
/* loader/ne/convert.c */
HGLOBAL16
NE_LoadPEResource
(
NE_MODULE
*
pModule
,
WORD
type
,
LPVOID
bits
,
DWORD
size
);
BOOL16
NE_FreePEResource
(
NE_MODULE
*
pModule
,
HGLOBAL16
handle
);
/* if1632/builtin.c */
extern
BOOL
BUILTIN_Init
(
void
);
...
...
loader/ne/convert.c
View file @
1442253d
...
...
@@ -436,12 +436,3 @@ HGLOBAL16 NE_LoadPEResource( NE_MODULE *pModule, WORD type, LPVOID bits, DWORD s
return
handle
;
}
/**********************************************************************
* NE_FreePEResource
*/
BOOL16
NE_FreePEResource
(
NE_MODULE
*
pModule
,
HGLOBAL16
handle
)
{
GlobalFree16
(
handle
);
return
0
;
}
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