forked from GerbilSoft/rom-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- WoW64 check: Close the mutex before calling DebugBreak() if IsWow64Process() fails. - ARRAY_SIZE(): Remove (int) casting. Should do this elsewhere, too. (The TextFuncs functions use int for length; maybe this should be changed to ssize_t...) - Fixes PVS-Studio V220 (High): Suspicious sequence of types castings: memsize -> 32-bit integer -> memsize - Cast ShellExecute()'s return value to INT_PTR, not int. - Fixes PVS-Studio V202 (Low): Explicit conversion from memsize type to 32-bit integer type.
- Loading branch information
1 parent
fb1bc9b
commit fcb238f
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters