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
81a5701c
Commit
81a5701c
authored
Nov 09, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
2b6abd5f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
security.c
dlls/advapi32/security.c
+2
-2
loader.c
dlls/kernel32/tests/loader.c
+1
-1
dialogs.c
dlls/shell32/dialogs.c
+1
-1
glsl_shader.c
dlls/wined3d/glsl_shader.c
+1
-1
widl.man.in
tools/widl/widl.man.in
+2
-2
No files found.
dlls/advapi32/security.c
View file @
81a5701c
...
...
@@ -130,8 +130,8 @@ static const WELLKNOWNSID WellKnownSids[] =
{
{
0
,
0
},
WinBuiltinDCOMUsersSid
,
{
SID_REVISION
,
2
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_BUILTIN_DOMAIN_RID
,
DOMAIN_ALIAS_RID_DCOM_USERS
}
}
},
};
/* these SIDs must be constructed as relative to some domain - only the RID is well-kown */
typedef
struct
WELLKOWNRID
/* these SIDs must be constructed as relative to some domain - only the RID is well-k
n
own */
typedef
struct
WELLK
N
OWNRID
{
WELL_KNOWN_SID_TYPE
Type
;
DWORD
Rid
;
...
...
dlls/kernel32/tests/loader.c
View file @
81a5701c
...
...
@@ -147,7 +147,7 @@ START_TEST(loader)
1
,
sizeof
(
IMAGE_OPTIONAL_HEADER
),
0x200
,
0x1000
,
sizeof
(
dos_header
)
+
sizeof
(
nt_header
)
+
sizeof
(
IMAGE_SECTION_HEADER
)
+
0x1000
,
sizeof
(
dos_header
)
+
sizeof
(
nt_header
)
+
sizeof
(
IMAGE_SECTION_HEADER
),
ERROR_BAD_EXE_FORMAT
/* XP doesn't like aligments */
ERROR_BAD_EXE_FORMAT
/* XP doesn't like alig
n
ments */
},
{
&
dos_header
,
sizeof
(
dos_header
),
1
,
sizeof
(
IMAGE_OPTIONAL_HEADER
),
0x1000
,
0x200
,
...
...
dlls/shell32/dialogs.c
View file @
81a5701c
...
...
@@ -390,7 +390,7 @@ int WINAPI RestartDialogEx(HWND hWndOwner, LPCWSTR lpwstrReason, DWORD uFlags, D
HANDLE
hToken
;
TOKEN_PRIVILEGES
npr
;
/* enable
shutdown privilege for
current process */
/* enable
the shutdown privilege for the
current process */
if
(
OpenProcessToken
(
GetCurrentProcess
(),
TOKEN_ADJUST_PRIVILEGES
,
&
hToken
))
{
LookupPrivilegeValueA
(
0
,
"SeShutdownPrivilege"
,
&
npr
.
Privileges
[
0
].
Luid
);
...
...
dlls/wined3d/glsl_shader.c
View file @
81a5701c
...
...
@@ -2537,7 +2537,7 @@ void pshader_glsl_texkill(SHADER_OPCODE_ARG* arg) {
/* 2.0 shaders compare all 4 components in texkill */
shader_addline
(
arg
->
buffer
,
"if (any(lessThan(%s.xyzw, vec4(0.0)))) discard;
\n
"
,
dst_param
.
reg_name
);
}
else
{
/* 1.X shaders only compare the first 3 components, pro
p
ably due to the nature of the texkill
/* 1.X shaders only compare the first 3 components, pro
b
ably due to the nature of the texkill
* instruction as a tex* instruction, and phase, which kills all a / w components. Even if all
* 4 components are defined, only the first 3 are used
*/
...
...
tools/widl/widl.man.in
View file @
81a5701c
...
...
@@ -94,8 +94,8 @@ Do not preprocess input.
.IP "\fB-W\fR"
Enable pedantic warnings.
.IP "\fB-d \fIn\fR"
Set debug level to the nonnegative integer \fIn\fR. If
prefixed with \fB0x\fR, it will be interpret
ted as a hexi
decimal
Set debug level to the non
negative integer \fIn\fR. If
prefixed with \fB0x\fR, it will be interpret
ed as an hexa
decimal
number. For the meaning of values, see the \fBDebug\fR section.
.PP
.B Miscellaneous options:
...
...
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