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
2a3d5fc1
Commit
2a3d5fc1
authored
Sep 08, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few spelling fixes.
parent
0996d0c5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
fdi.c
dlls/cabinet/fdi.c
+1
-1
loader.c
dlls/dmloader/loader.c
+1
-1
faq.sgml
documentation/faq.sgml
+2
-2
No files found.
dlls/cabinet/fdi.c
View file @
2a3d5fc1
...
...
@@ -2167,7 +2167,7 @@ int fdi_decomp(struct fdi_file *fi, int savemode, fdi_decomp_state *decomp_state
* pfdin. The only part of that structure which is assigned for every callback
* is the pv element, which contains the arbitrary value which was passed to
* FDICopy in the pvUser argument (psz1 is also used each time, but its meaning
* is highly depend
a
nt on fdint).
* is highly depend
e
nt on fdint).
*
* If you encounter unknown notifications, you should return zero if you want
* decompression to continue (or -1 to abort). All strings used in the
...
...
dlls/dmloader/loader.c
View file @
2a3d5fc1
...
...
@@ -181,7 +181,7 @@ HRESULT WINAPI IDirectMusicLoader8Impl_GetObject (LPDIRECTMUSICLOADER8 iface, LP
desc
.
dwSize
=
sizeof
(
DMUS_OBJECTDESC
);
IDirectMusicObject_GetDescriptor
(
pObject
,
&
desc
);
/* tests with native dlls show that descriptor, which is rec
ieved by GetDescriptor doesn't contain filepath
/* tests with native dlls show that descriptor, which is rec
eived by GetDescriptor doesn't contain filepath
therefore we must copy it from input description */
if
(
pDesc
->
dwValidData
&
DMUS_OBJ_FILENAME
||
desc
.
dwValidData
&
DMUS_OBJ_OBJECT
)
{
DMUS_PRIVATE_CACHE_ENTRY
CacheEntry
;
...
...
documentation/faq.sgml
View file @
2a3d5fc1
...
...
@@ -160,7 +160,7 @@
on non-x86 platforms: run both Wine and the application inside the
CPU emulator. As long as the emulator provides a standard Unix
environment, Wine should only need minimal modifications. What
performance you lo
o
se due to Wine running inside the emulator
performance you lose due to Wine running inside the emulator
rather than natively, you gain in complexity inside of Wine.
Furthermore, if the emulator is fast enough to run Windows
applications, Photoshop for instance, then it should be fast enough
...
...
@@ -1343,7 +1343,7 @@ wine myprogram.exe
<qandaentry>
<question id="bash-wine-Command-not-found-What-can-I-do">
<para>bash "wine: Command not found" What can I do?</para>
<para>bash
says
"wine: Command not found" What can I do?</para>
</question>
<answer>
<para>
...
...
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