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
ca70492a
Commit
ca70492a
authored
Jul 06, 2011
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krnl386.exe16: Remove dead initialization (Clang).
parent
44296402
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dosmem.c
dlls/krnl386.exe16/dosmem.c
+1
-1
ne_module.c
dlls/krnl386.exe16/ne_module.c
+1
-1
No files found.
dlls/krnl386.exe16/dosmem.c
View file @
ca70492a
...
...
@@ -473,7 +473,7 @@ LPVOID DOSMEM_AllocBlock(UINT size, UINT16* pseg)
{
MCB
*
curr
;
MCB
*
next
=
NULL
;
WORD
psp
=
DOSVM_psp
;
WORD
psp
;
DOSMEM_InitDosMemory
();
...
...
dlls/krnl386.exe16/ne_module.c
View file @
ca70492a
...
...
@@ -1400,7 +1400,7 @@ void WINAPI FreeLibrary16( HINSTANCE16 handle )
*/
HMODULE16
WINAPI
GetModuleHandle16
(
LPCSTR
name
)
{
HMODULE16
hModule
=
hFirstModule
;
HMODULE16
hModule
;
LPSTR
s
;
BYTE
len
,
*
name_table
;
char
tmpstr
[
MAX_PATH
];
...
...
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