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
114b667f
Commit
114b667f
authored
Apr 02, 2003
by
Andreas Mohr
Committed by
Alexandre Julliard
Apr 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some spelling and formatting fixes.
parent
c46e6747
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
21 additions
and
20 deletions
+21
-20
colordlg.c
dlls/commdlg/colordlg.c
+1
-1
filedlg95.c
dlls/commdlg/filedlg95.c
+5
-5
rtlbitmap.c
dlls/ntdll/rtlbitmap.c
+1
-1
dirid.c
dlls/setupapi/dirid.c
+1
-1
events.c
dlls/shdocvw/events.c
+1
-1
shell32_main.c
dlls/shell32/shell32_main.c
+3
-2
path.c
dlls/shlwapi/path.c
+2
-2
thread.c
dlls/shlwapi/thread.c
+1
-1
text.c
dlls/user/text.c
+1
-1
midimap.c
dlls/winmm/midimap/midimap.c
+1
-1
winnt.h
include/winnt.h
+1
-1
global.c
memory/global.c
+2
-2
wineconf
tools/wineconf
+1
-1
No files found.
dlls/commdlg/colordlg.c
View file @
114b667f
...
...
@@ -934,7 +934,7 @@ static LONG CC_WMInitDialog( HWND hDlg, WPARAM wParam, LPARAM lParam, BOOL b16 )
lpp
->
s
=
CC_RGBtoHSL
(
'S'
,
r
,
g
,
b
);
lpp
->
l
=
CC_RGBtoHSL
(
'L'
,
r
,
g
,
b
);
/* Doing it the long way becaus
CC_EditSetRGB/HSL doesn'n
t seem to work */
/* Doing it the long way becaus
e CC_EditSetRGB/HSL doesn'
t seem to work */
SetDlgItemInt
(
hDlg
,
703
,
lpp
->
h
,
TRUE
);
SetDlgItemInt
(
hDlg
,
704
,
lpp
->
s
,
TRUE
);
SetDlgItemInt
(
hDlg
,
705
,
lpp
->
l
,
TRUE
);
...
...
dlls/commdlg/filedlg95.c
View file @
114b667f
...
...
@@ -19,11 +19,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* FIXME: The whole concept of handling unicode is badly broken.
* many hook-messages expect
ing
a pointer to a
* many hook-messages expect a pointer to a
* OPENFILENAMEA or W structure. With the current architecture
* we would have to convert the beast at every call to a hook.
* we have to find a better solution but i
f
would likely cause
* a complete rewrite
with after we should
handle the
* we have to find a better solution but i
t
would likely cause
* a complete rewrite
after which we should
handle the
* OPENFILENAME structure without any converting (jsch).
*
* FIXME: any hook gets a OPENFILENAMEA structure
...
...
@@ -1264,7 +1264,7 @@ static LRESULT FILEDLG95_InitControls(HWND hwnd)
TRACE
(
"No initial dir specified, using current dir of %s
\n
"
,
debugstr_w
(
fodInfos
->
initdir
));
}
}
TRACE
(
"After manip
i
lation, file = %s, dir = %s
\n
"
,
debugstr_w
(
fodInfos
->
filename
),
debugstr_w
(
fodInfos
->
initdir
));
TRACE
(
"After manip
u
lation, file = %s, dir = %s
\n
"
,
debugstr_w
(
fodInfos
->
filename
),
debugstr_w
(
fodInfos
->
initdir
));
/* Must the open as read only check box be checked ?*/
if
(
fodInfos
->
ofnInfos
->
Flags
&
OFN_READONLY
)
...
...
@@ -2743,7 +2743,7 @@ void FILEDLG95_FILENAME_FillFromSelection (HWND hwnd)
if
(
pidl
)
{
/* get the total length of the selected file names*/
/* get the total length of the selected file names
*/
lpstrTemp
[
0
]
=
'\0'
;
GetName
(
fodInfos
->
Shell
.
FOIShellFolder
,
pidl
,
SHGDN_INFOLDER
|
SHGDN_FORPARSING
,
lpstrTemp
);
...
...
dlls/ntdll/rtlbitmap.c
View file @
114b667f
...
...
@@ -638,7 +638,7 @@ CCHAR WINAPI RtlFindLeastSignificantBit(ULONGLONG ulLong)
/*************************************************************************
* NTDLL_RunSortFn
*
* Internal helper: qsort compar
a
son function for RTL_BITMAP_RUN arrays
* Internal helper: qsort compar
i
son function for RTL_BITMAP_RUN arrays
*/
static
int
NTDLL_RunSortFn
(
const
void
*
lhs
,
const
void
*
rhs
)
{
...
...
dlls/setupapi/dirid.c
View file @
114b667f
...
...
@@ -126,7 +126,7 @@ static const WCHAR *create_system_dirid( int dirid )
case
DIRID_COLOR
:
/* FIXME */
case
DIRID_PRINTPROCESSOR
:
/* FIXME */
default:
FIXME
(
"unkn
wo
n dirid %d
\n
"
,
dirid
);
FIXME
(
"unkn
ow
n dirid %d
\n
"
,
dirid
);
return
get_unknown_dirid
();
}
len
=
(
strlenW
(
buffer
)
+
1
)
*
sizeof
(
WCHAR
);
...
...
dlls/shdocvw/events.c
View file @
114b667f
...
...
@@ -179,7 +179,7 @@ static HRESULT WINAPI WBCP_Advise(LPCONNECTIONPOINT iface,
static
HRESULT
WINAPI
WBCP_Unadvise
(
LPCONNECTIONPOINT
iface
,
DWORD
dwCookie
)
{
FIXME
(
"stub: cookie to disconnect = %l
d
\n
"
,
dwCookie
);
FIXME
(
"stub: cookie to disconnect = %l
x
\n
"
,
dwCookie
);
return
S_OK
;
}
...
...
dlls/shell32/shell32_main.c
View file @
114b667f
...
...
@@ -298,8 +298,9 @@ DWORD WINAPI SHGetFileInfoA(LPCSTR path,DWORD dwFileAttributes,
}
/* translate the path into a pidl only when SHGFI_USEFILEATTRIBUTES in not specified
the pidl functions fail on not existing file names */
/* translate the path into a pidl only when SHGFI_USEFILEATTRIBUTES
* is not specified.
The pidl functions fail on not existing file names */
if
(
flags
&
SHGFI_PIDL
)
{
pidl
=
ILClone
((
LPCITEMIDLIST
)
path
);
...
...
dlls/shlwapi/path.c
View file @
114b667f
...
...
@@ -2543,8 +2543,8 @@ BOOL WINAPI PathMakePrettyW(LPWSTR lpszPath)
* Determine the length of the common prefix between two paths.
*
* PARAMS
* lpszFile1 [I] First path for compar
a
son
* lpszFile2 [I] Second path for compar
a
son
* lpszFile1 [I] First path for compar
i
son
* lpszFile2 [I] Second path for compar
i
son
* achPath [O] Destination for common prefix string
*
* RETURNS
...
...
dlls/shlwapi/thread.c
View file @
114b667f
...
...
@@ -65,7 +65,7 @@ DWORD WINAPI SHLWAPI_23(REFGUID,LPSTR,INT);
* Failure: NULL, if any parameters are invalid.
*
* NOTES
* This function always returns
returns
NULL if the underlying OS version
* This function always returns NULL if the underlying OS version
* Wine is impersonating does not use security descriptors (i.e. anything
* before Windows NT).
*/
...
...
dlls/user/text.c
View file @
114b667f
...
...
@@ -846,7 +846,7 @@ INT WINAPI DrawTextExW( HDC hdc, LPWSTR str, INT i_count,
int
prefix_offset
;
ellipsis_data
ellip
;
TRACE
(
"%s, %d
, [(%ld,%ld),(%ld,%ld)]
\n
"
,
debugstr_wn
(
str
,
count
),
count
,
TRACE
(
"%s, %d, [(%ld,%ld),(%ld,%ld)]
\n
"
,
debugstr_wn
(
str
,
count
),
count
,
rect
->
left
,
rect
->
top
,
rect
->
right
,
rect
->
bottom
);
if
(
dtp
)
TRACE
(
"Params: iTabLength=%d, iLeftMargin=%d, iRightMargin=%d
\n
"
,
...
...
dlls/winmm/midimap/midimap.c
View file @
114b667f
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
/*
* Wine M
idi
mapper driver
* Wine M
IDI
mapper driver
*
* Copyright 1999, 2000, 2001 Eric Pouech
*
...
...
include/winnt.h
View file @
114b667f
...
...
@@ -2852,7 +2852,7 @@ typedef struct {
typedef
struct
_SID_AND_ATTRIBUTES
{
PSID
Sid
;
DWORD
Attributes
;
}
SID_AND_ATTRIBUTES
;
}
SID_AND_ATTRIBUTES
;
/* security entities */
#define SECURITY_NULL_RID (0x00000000L)
...
...
memory/global.c
View file @
114b667f
...
...
@@ -364,9 +364,9 @@ HGLOBAL16 WINAPI GlobalReAlloc16(
else
{
/*
* if more th
e
n one reader (e.g. some pointer has been
* if more th
a
n one reader (e.g. some pointer has been
* given out by GetVDMPointer32W16),
* only try to realloc in place
* only try to realloc in place
*/
newptr
=
HeapReAlloc
(
GetProcessHeap
(),
(
pArena
->
pageLockCount
>
0
)
?
...
...
tools/wineconf
View file @
114b667f
...
...
@@ -106,7 +106,7 @@ sub ReadFSTAB {
}
elsif
(
(
$mntpoint
eq
'/mnt/cdrom'
||
$mntpoint
eq
'/cdrom'
)
&&
$type
eq
'supermount'
)
{
push
(
@::CdromDrives
,
[
'/dev/cdrom'
,
$mntpoint
,
'win95'
]);
push
(
@::CdromDrives
,
[
'/dev/cdrom'
,
$mntpoint
,
'win95'
]);
}
}
}
...
...
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