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
359c709d
Commit
359c709d
authored
Mar 31, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 31, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and case fixes.
parent
301851da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
utils.c
dlls/d3d8/utils.c
+1
-1
safearray.c
dlls/oleaut32/safearray.c
+2
-2
faq.sgml
documentation/faq.sgml
+3
-3
No files found.
dlls/d3d8/utils.c
View file @
359c709d
...
...
@@ -1034,7 +1034,7 @@ void set_tex_op(LPDIRECT3DDEVICE8 iface, BOOL isAlpha, int Stage, D3DTEXTUREOP o
Handled
=
FALSE
;
break
;
default:
FIXME
(
"Can
t have COMBINE4 and COMBINE in effect
together, thisop=%d, otherop=%ld, isAlpha(%d)
\n
"
,
op
,
op2
,
isAlpha
);
FIXME
(
"Can
't use COMBINE4 and COMBINE
together, thisop=%d, otherop=%ld, isAlpha(%d)
\n
"
,
op
,
op2
,
isAlpha
);
LEAVE_GL
();
return
;
}
...
...
dlls/oleaut32/safearray.c
View file @
359c709d
...
...
@@ -60,8 +60,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
* using the IRecordInfo interface.
*
* There are two types of SafeArray, normal and vectors. Normal arrays can have
* multiple dimensions and the data for the array is allocated sep
e
rately from
* the array header. This is the most flex
a
ble type of array. Vectors, on the
* multiple dimensions and the data for the array is allocated sep
a
rately from
* the array header. This is the most flex
i
ble type of array. Vectors, on the
* other hand, are fixed in size and consist of a single allocated block, and a
* single dimension.
*
...
...
documentation/faq.sgml
View file @
359c709d
...
...
@@ -1292,7 +1292,7 @@ wine
<para>
In general, most Windows installations contain vast quantities of garbage
that can confuse Wine and make it less reliable. If you can, it's best to
install the programs you want into Wines fake windows drive.
install the programs you want into Wine
'
s fake windows drive.
</para>
</answer>
</qandaentry>
...
...
@@ -1325,7 +1325,7 @@ wine
<answer>
<para>
Make sure you have all the VB run time libraries installed. You can
get the latest version from the
m
icrosoft web site.
get the latest version from the
M
icrosoft web site.
</para>
</answer>
</qandaentry>
...
...
@@ -1358,7 +1358,7 @@ wine myprogram.exe
</question>
<answer>
<para>
Try to
re log
in into bash. That might fix it.
Try to
logout and login aga
in into bash. That might fix it.
</para>
<para>
If it doesn't, then make sure the wine binary is in your
...
...
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