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
87f223a8
Commit
87f223a8
authored
Mar 02, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and case fixes.
parent
10e05d02
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
imm.c
dlls/imm32/imm.c
+1
-1
main.c
dlls/rsabase/main.c
+2
-2
assoc.c
dlls/shlwapi/assoc.c
+1
-1
draw.c
dlls/uxtheme/draw.c
+1
-1
keyboard.c
dlls/x11drv/keyboard.c
+1
-1
No files found.
dlls/imm32/imm.c
View file @
87f223a8
...
...
@@ -974,7 +974,7 @@ BOOL WINAPI ImmIsIME(HKL hKL)
FIXME
(
"(%p): semi-stub
\n
"
,
hKL
);
/*
* Dead key locales will return TRUE here when they should not
* There is prob
i
bly a more proper way to check this.
* There is prob
a
bly a more proper way to check this.
*/
return
(
root_context
!=
NULL
);
}
...
...
dlls/rsabase/main.c
View file @
87f223a8
/*
* RSABASE - RSA encryption for Wine
*
* Copyright 2004 Mike McCormack for Code
w
eavers
* Copyright 2002 Trans
g
aming Technologies
* Copyright 2004 Mike McCormack for Code
W
eavers
* Copyright 2002 Trans
G
aming Technologies
*
* David Hammerton
*
...
...
dlls/shlwapi/assoc.c
View file @
87f223a8
...
...
@@ -418,7 +418,7 @@ HRESULT WINAPI AssocQueryStringByKeyA(ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc
* Determine if a file association is dangerous (potentially malware).
*
* PARAMS
* lpszAssoc [I] Name of file or file exten
t
ion to check.
* lpszAssoc [I] Name of file or file exten
s
ion to check.
*
* RETURNS
* TRUE, if lpszAssoc may potentially be malware (executable),
...
...
dlls/uxtheme/draw.c
View file @
87f223a8
...
...
@@ -219,7 +219,7 @@ static inline BOOL UXTHEME_StretchBlt(HDC hdcDst, int nXOriginDst, int nYOriginD
BOOL
transparent
,
COLORREF
transcolor
)
{
if
(
transparent
)
{
/* Ensure we dont pass any negative values to TransparentBlt */
/* Ensure we don
'
t pass any negative values to TransparentBlt */
return
TransparentBlt
(
hdcDst
,
nXOriginDst
,
nYOriginDst
,
abs
(
nWidthDst
),
abs
(
nHeightDst
),
hdcSrc
,
nXOriginSrc
,
nYOriginSrc
,
abs
(
nWidthSrc
),
abs
(
nHeightSrc
),
transcolor
);
...
...
dlls/x11drv/keyboard.c
View file @
87f223a8
...
...
@@ -1558,7 +1558,7 @@ HKL X11DRV_GetKeyboardLayout(DWORD dwThreadid)
/*
* Microsoft Office expects this value to be something specific
* for Japanese and Korean Windows with an IME the value is 0xe001
* We should prob
i
bly check to see if an IME exists and if so then
* We should prob
a
bly check to see if an IME exists and if so then
* set this word properly.
*/
langid
=
PRIMARYLANGID
(
LANGIDFROMLCID
(
layout
));
...
...
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