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
47b6d0af
Commit
47b6d0af
authored
Aug 18, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling and case fixes.
parent
89fc12f8
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
ordinal.c
dlls/shlwapi/ordinal.c
+1
-1
introduction.sgml
documentation/introduction.sgml
+1
-1
dib.c
graphics/x11drv/dib.c
+1
-1
dc.c
objects/dc.c
+1
-1
aviplay.c
programs/avitools/aviplay.c
+1
-1
main.c
programs/notepad/main.c
+1
-1
main.c
programs/regedit/main.c
+1
-1
No files found.
dlls/shlwapi/ordinal.c
View file @
47b6d0af
...
...
@@ -1570,7 +1570,7 @@ HRESULT WINAPI SHLWAPI_173(IUnknown *pUnk, ULONG arg)
TRACE
(
"(%p,%ld)
\n
"
,
pUnk
,
arg
);
/* Note: arg may not be a ULONG and pUnk2 is for sure not an IMalloc -
* We use this interface as its vtable entry is compat
a
ble with the
* We use this interface as its vtable entry is compat
i
ble with the
* object in question.
* FIXME: Find out what this object is and where it should be defined.
*/
...
...
documentation/introduction.sgml
View file @
47b6d0af
...
...
@@ -398,7 +398,7 @@
<entry>
CrossOver Plugin lets you use many Windows plugins
directly from your Linux browser. In particular CrossOver
fully supports QuickTime, Shock
W
ave Director,
fully supports QuickTime, Shock
w
ave Director,
Windows Media Player 6.4, Word Viewer, Excel Viewer,
PowerPoint Viewer, and more...
</entry>
...
...
graphics/x11drv/dib.c
View file @
47b6d0af
...
...
@@ -5678,7 +5678,7 @@ static XImage *X11DRV_XShmCreateImage( int width, int height, int bpp,
shmctl
(
shminfo
->
shmid
,
IPC_RMID
,
0
);
return
image
;
/* Success! */
}
/* An error occured */
/* An error occur
r
ed */
shmdt
(
shminfo
->
shmaddr
);
}
shmctl
(
shminfo
->
shmid
,
IPC_RMID
,
0
);
...
...
objects/dc.c
View file @
47b6d0af
...
...
@@ -1456,7 +1456,7 @@ COLORREF WINAPI SetDCBrushColor(HDC hdc, COLORREF crColor)
/***********************************************************************
* SetVirtualResolution (GDI32.@)
*
* Undocumented on msdn. Called when
powerpoint xp
saves a file.
* Undocumented on msdn. Called when
PowerPoint XP
saves a file.
*/
DWORD
WINAPI
SetVirtualResolution
(
HDC
hdc
,
DWORD
dw2
,
DWORD
dw3
,
DWORD
dw4
,
DWORD
dw5
)
{
...
...
programs/avitools/aviplay.c
View file @
47b6d0af
...
...
@@ -19,7 +19,7 @@
*
* Status:
* - plays .avi streams, video only
* - requires Micro
S
oft avifil32.dll and builtin msvfw32.dll.
* - requires Micro
s
oft avifil32.dll and builtin msvfw32.dll.
*
* Todo:
* - audio support (including synchronization etc)
...
...
programs/notepad/main.c
View file @
47b6d0af
...
...
@@ -256,7 +256,7 @@ static void HandleCommandLine(LPWSTR cmdline)
{
static
const
WCHAR
txtW
[]
=
{
'.'
,
't'
,
'x'
,
't'
,
0
};
/* try to find file with ".txt" exten
t
ion */
/* try to find file with ".txt" exten
s
ion */
if
(
!
lstrcmp
(
txtW
,
cmdline
+
lstrlen
(
cmdline
)
-
lstrlen
(
txtW
)))
{
file_exists
=
FALSE
;
...
...
programs/regedit/main.c
View file @
47b6d0af
...
...
@@ -55,7 +55,7 @@ TCHAR szChildClass[MAX_LOADSTRING];
*
* FUNCTION: DynamicBind( void )
*
* PURPOSE: Binds all functions depend
a
nt on user32.dll
* PURPOSE: Binds all functions depend
e
nt on user32.dll
*/
static
BOOL
DynamicBind
(
void
)
{
...
...
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