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
17651d0d
Commit
17651d0d
authored
Jan 02, 2008
by
Zach Goldberg
Committed by
Alexandre Julliard
Jan 03, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos.
parent
464258b7
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
cvconst.h
include/cvconst.h
+3
-3
d3d8types.h
include/d3d8types.h
+1
-1
ddraw.h
include/ddraw.h
+1
-1
digitalv.h
include/digitalv.h
+1
-1
dplobby.h
include/dplobby.h
+1
-1
exdisp.idl
include/exdisp.idl
+1
-1
mmsystem.h
include/mmsystem.h
+1
-1
winternl.h
include/winternl.h
+1
-1
wintrust.h
include/wintrust.h
+1
-1
No files found.
include/cvconst.h
View file @
17651d0d
...
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* information in this file is highly deriv
at
ed from MSDN DIA information pages */
/* information in this file is highly derived from MSDN DIA information pages */
/* symbols & types enumeration */
enum
SymTagEnum
...
...
@@ -186,7 +186,7 @@ enum CV_HREG_e
CV_REG_LDTR
=
114
,
CV_REG_TR
=
115
,
CV_REG_PSEUDO1
=
116
,
/* this includes Pseudo02 to Pseu
s
o09 */
CV_REG_PSEUDO1
=
116
,
/* this includes Pseudo02 to Pseu
d
o09 */
CV_REG_ST0
=
128
,
/* this includes ST1 to ST7 */
CV_REG_CTRL
=
136
,
CV_REG_STAT
=
137
,
...
...
@@ -473,7 +473,7 @@ enum CV_HREG_e
CV_AMD64_LDTR
=
CV_REG_LDTR
,
CV_AMD64_TR
=
CV_REG_TR
,
CV_AMD64_PSEUDO1
=
CV_REG_PSEUDO1
,
/* this includes Pseudo02 to Pseu
s
o09 */
CV_AMD64_PSEUDO1
=
CV_REG_PSEUDO1
,
/* this includes Pseudo02 to Pseu
d
o09 */
CV_AMD64_ST0
=
CV_REG_ST0
,
/* this includes ST1 to ST7 */
CV_AMD64_CTRL
=
CV_REG_CTRL
,
CV_AMD64_STAT
=
CV_REG_STAT
,
...
...
include/d3d8types.h
View file @
17651d0d
...
...
@@ -170,7 +170,7 @@ typedef enum _D3DVSD_TOKENTYPE {
D3DVSD_FORCE_DWORD
=
0x7FFFFFFF
}
D3DVSD_TOKENTYPE
;
/** input registers for verte
s
shaders functions */
/** input registers for verte
x
shaders functions */
/*
#define D3DVSDE_POSITION 0
#define D3DVSDE_BLENDWEIGHT 1
...
...
include/ddraw.h
View file @
17651d0d
...
...
@@ -338,7 +338,7 @@ typedef struct _DDSCAPS {
#define DDSCAPS2_RESERVED2 0x00000040
/* indicates surface will never be locked again */
#define DDSCAPS2_OPAQUE 0x00000080
/* set at CreateSurface() time to indicate antialising will be used */
/* set at CreateSurface() time to indicate antiali
a
sing will be used */
#define DDSCAPS2_HINTANTIALIASING 0x00000100
/* set at CreateSurface() time to indicate cubic environment map */
#define DDSCAPS2_CUBEMAP 0x00000200
...
...
include/digitalv.h
View file @
17651d0d
...
...
@@ -199,7 +199,7 @@ extern "C" {
#define MCI_DGV_MONITOR_METHOD 0x00010000L
#define MCI_DGV_MONITOR_SOURCE 0x00020000L
/* values for dwSource parameter of the MCI_DGV_MONITOR_PARMS struture */
/* values for dwSource parameter of the MCI_DGV_MONITOR_PARMS stru
c
ture */
#define MCI_DGV_MONITOR_INPUT 0x00004000L
#define MCI_DGV_MONITOR_FILE 0x00004001L
...
...
include/dplobby.h
View file @
17651d0d
...
...
@@ -193,7 +193,7 @@ typedef struct tagDPLMSG_NEWSESSIONHOST
/*****************************************************************************
* DirectPlay Address ID's
* A DirectPlay address is composed of multiple data chunks, each assocated with
* A DirectPlay address is composed of multiple data chunks, each assoc
i
ated with
* a GUID to give significance to the type of data. All chunks have an associated
* size so that unknown chunks can be ignored for backwards compatibility!
* EnumAddresses function is used to parse the address data chunks.
...
...
include/exdisp.idl
View file @
17651d0d
...
...
@@ -3,7 +3,7 @@
*
*
Copyright
(
C
)
2001
John
R
.
Sheets
(
for
CodeWeavers
)
*
Copyright
(
C
)
2003
Alexandre
Julliard
*
Cop
u
right
(
C
)
2004
Jacek
Caban
*
Cop
y
right
(
C
)
2004
Jacek
Caban
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
...
...
include/mmsystem.h
View file @
17651d0d
...
...
@@ -384,7 +384,7 @@ DECL_WINELIB_TYPE_AW(LPWAVEOUTCAPS2)
#define WAVECAPS_PLAYBACKRATE 0x0002
/* supports playback rate control */
#define WAVECAPS_VOLUME 0x0004
/* supports volume control */
#define WAVECAPS_LRVOLUME 0x0008
/* separate left-right volume control */
#define WAVECAPS_SYNC 0x0010
/* driver is synchro
u
nous and playing is blocking */
#define WAVECAPS_SYNC 0x0010
/* driver is synchronous and playing is blocking */
#define WAVECAPS_SAMPLEACCURATE 0x0020
/* position is sample accurate */
#define WAVECAPS_DIRECTSOUND 0x0040
/* ? */
...
...
include/winternl.h
View file @
17651d0d
...
...
@@ -1068,7 +1068,7 @@ typedef struct _SYSTEM_CPU_INFORMATION {
#define CPU_FEATURE_PAT 0x00000400
/* Page Attribute Table */
#define CPU_FEATURE_FXSR 0x00000800
/* FXSAVE and FXSTORE instructions */
#define CPU_FEATURE_SEP 0x00001000
/* SYSENTER and SYSEXIT instructions */
#define CPU_FEATURE_SSE 0x00002000
/* SSE extens
t
ions (ext. MMX) */
#define CPU_FEATURE_SSE 0x00002000
/* SSE extensions (ext. MMX) */
#define CPU_FEATURE_3DNOW 0x00008000
/* 3DNOW instructions available
(FIXME: needs to be confirmed) */
#define CPU_FEATURE_SSE2 0x00010000
/* SSE2 extensions (XMMI64) */
...
...
include/wintrust.h
View file @
17651d0d
...
...
@@ -564,7 +564,7 @@ typedef struct _CAT_MEMBERINFO
typedef
struct
_WIN_CERTIFICATE
{
DWORD
dwLength
;
WORD
wRevision
;
/* WIN_CERT_REVISON_xxx */
WORD
wRevision
;
/* WIN_CERT_REVIS
I
ON_xxx */
WORD
wCertificateType
;
/* WIN_CERT_TYPE_xxx */
BYTE
bCertificate
[
ANYSIZE_ARRAY
];
}
WIN_CERTIFICATE
,
*
LPWIN_CERTIFICATE
;
...
...
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