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
84540b4d
Commit
84540b4d
authored
Nov 18, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
2564c673
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
internet.c
dlls/wininet/internet.c
+1
-1
oleauto.h
include/oleauto.h
+2
-2
sddl.h
include/sddl.h
+2
-2
No files found.
dlls/wininet/internet.c
View file @
84540b4d
...
...
@@ -392,7 +392,7 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType,
* Return last wininet error description on the calling thread
*
* RETURNS
* TRUE on success of writ
t
ing to buffer
* TRUE on success of writing to buffer
* FALSE on failure
*
*/
...
...
include/oleauto.h
View file @
84540b4d
...
...
@@ -622,8 +622,8 @@ typedef struct
#define NUMPRS_TRAILING_MINUS 0x00020
/* Trailing '-' sign */
#define NUMPRS_HEX_OCT 0x00040
/* Octal number (with a leading 0) */
#define NUMPRS_PARENS 0x00080
/* Parentheses for negative numbers */
#define NUMPRS_DECIMAL 0x00100
/* Decimal sep
e
rator */
#define NUMPRS_THOUSANDS 0x00200
/* Thousands sep
e
rator */
#define NUMPRS_DECIMAL 0x00100
/* Decimal sep
a
rator */
#define NUMPRS_THOUSANDS 0x00200
/* Thousands sep
a
rator */
#define NUMPRS_CURRENCY 0x00400
/* Currency symbol */
#define NUMPRS_EXPONENT 0x00800
/* Exponent (e.g. "e-14") */
#define NUMPRS_USE_ALL 0x01000
/* Parse the entire string */
...
...
include/sddl.h
View file @
84540b4d
...
...
@@ -39,7 +39,7 @@ extern "C" {
#define SDDL_SACL TEXT("S")
/*
* SDDL Sep
e
rators - character version
* SDDL Sep
a
rators - character version
*/
#define SDDL_SEPERATORC TEXT(";")
#define SDDL_DELIMINATORC TEXT(":")
...
...
@@ -47,7 +47,7 @@ extern "C" {
#define SDDL_ACE_ENDC TEXT(")")
/*
* SDDL Sep
e
rators - string version
* SDDL Sep
a
rators - string version
*/
#define SDDL_SEPERATOR TEXT(";")
#define SDDL_DELIMINATOR TEXT(":")
...
...
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