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
519346a4
Commit
519346a4
authored
Dec 02, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 02, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed miscellaneous typos, syntactic and grammatical errors.
parent
e550ebe4
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
34 additions
and
34 deletions
+34
-34
crtdll.h
dlls/crtdll/crtdll.h
+3
-3
file.c
dlls/crtdll/file.c
+1
-1
clipboard.c
dlls/ole32/clipboard.c
+1
-1
variant.c
dlls/oleaut32/variant.c
+6
-6
selector.c
memory/selector.c
+1
-1
registry.c
misc/registry.c
+1
-1
int10.c
msdos/int10.c
+16
-16
int15.c
msdos/int15.c
+1
-1
brush.c
objects/brush.c
+1
-1
except.c
win32/except.c
+2
-2
wine.ini
wine.ini
+1
-1
No files found.
dlls/crtdll/crtdll.h
View file @
519346a4
...
...
@@ -124,11 +124,11 @@ extern INT CRTDLL_doserrno;
extern
INT
CRTDLL_errno
;
/* Binary compat
a
ble structures, types and defines used
/* Binary compat
i
ble structures, types and defines used
* by CRTDLL. These should move to external header files,
* and in some cases need be renamed (CRTDLL_FILE!) to defs
* and in some cases need
to
be renamed (CRTDLL_FILE!) to defs
* as used by lcc/bcc/watcom/vc++ etc, in order to get source
* compat
a
bility for winelib.
* compat
i
bility for winelib.
*/
typedef
struct
_crtfile
...
...
dlls/crtdll/file.c
View file @
519346a4
...
...
@@ -20,7 +20,7 @@
* which is confusing with Win32 HANDLES.
* M$ CRT includes inline versions of some of these functions (like feof()).
* These inlines check/modify bitfields in the FILE structure, so we set
* _flags/_file/_cnt in the FILE* to be binary compat
a
ble with the win dll.
* _flags/_file/_cnt in the FILE* to be binary compat
i
ble with the win dll.
* lcc defines _IOAPPEND as one of the flags for a FILE*, but testing shows
* that M$ CRT never sets it. So we keep the flag in our mapping table but
* mask it out when we populate a FILE* with it. Then when we write we seek
...
...
dlls/ole32/clipboard.c
View file @
519346a4
...
...
@@ -595,7 +595,7 @@ HRESULT WINAPI OleIsCurrentClipboard ( IDataObject *pDataObject)
void
OLEClipbrd_Initialize
()
{
/*
* Create the clipboard if necesary
* Create the clipboard if neces
s
ary
*/
if
(
!
theOleClipboard
)
{
...
...
dlls/oleaut32/variant.c
View file @
519346a4
...
...
@@ -16,8 +16,8 @@
* The prototypes for these are commented out in the oleauto.h file. They need
* to be implemented and cases need to be added to the switches of the existing APIs.
* - The parsing of date for the VarDateFromStr is not complete.
* - The date manipulations do not support date prior to 1900.
* - The parsing does not accept
has many formats h
as the Windows implementation.
* - The date manipulations do not support date
s
prior to 1900.
* - The parsing does not accept
as many formats
as the Windows implementation.
*/
#include "config.h"
...
...
@@ -106,7 +106,7 @@ static const double DAYS_IN_ONE_YEAR = 365.2425;
* Note this function uses the postgresql date parsing functions found
* in the parsedt.c file.
*
* Returns TRUE if successful
l
.
* Returns TRUE if successful.
*
* Note: This function does not parse the day of the week,
* daylight savings time. It will only fill the followin fields in
...
...
@@ -224,7 +224,7 @@ static BOOL DateTimeStringToTm( OLECHAR* strIn, LCID lcid, struct tm* pTm )
* and tm_isdst fields of the tm structure. And only converts years
* after 1900.
*
* Returns TRUE if successful
l
.
* Returns TRUE if successful.
*/
static
BOOL
TmToDATE
(
struct
tm
*
pTm
,
DATE
*
pDateOut
)
{
...
...
@@ -319,7 +319,7 @@ static BOOL TmToDATE( struct tm* pTm, DATE *pDateOut )
/******************************************************************************
* DateToTm [INTERNAL]
*
* This function conver
st
a windows DATE to a tm structure.
* This function conver
ts
a windows DATE to a tm structure.
*
* It does not fill all the fields of the tm structure.
* Here is a list of the fields that are filled:
...
...
@@ -328,7 +328,7 @@ static BOOL TmToDATE( struct tm* pTm, DATE *pDateOut )
* Note this function does not support dates before the January 1, 1900
* or ( dateIn < 2.0 ).
*
* Returns TRUE if successful
l
.
* Returns TRUE if successful.
*/
static
BOOL
DateToTm
(
DATE
dateIn
,
LCID
lcid
,
struct
tm
*
pTm
)
{
...
...
memory/selector.c
View file @
519346a4
...
...
@@ -774,7 +774,7 @@ void WINAPI SUnMapLS_IP_EBP_40(CONTEXT86 *context) { x_SUnMapLS_IP_EBP_x(context
* Input: EDI register: size of buffer to allocate
* Output: EDI register: pointer to buffer
*
* Note: The buffer is prece
e
ded by 8 bytes:
* Note: The buffer is preceded by 8 bytes:
* ...
* edi+0 buffer
* edi-4 SEGPTR to buffer
...
...
misc/registry.c
View file @
519346a4
...
...
@@ -1190,7 +1190,7 @@ error: close(fd);
is the index of the next free entry. The last has 0 as a link.
The other three words in the free list are probably irrelevant.
Entries in text table are prece
e
ded by a word at offset-2. This word
Entries in text table are preceded by a word at offset-2. This word
has the value (2*index)+1, where index is the referring keyent/valent
entry in the table. I have no suggestion for the 2* and the +1.
Following the word, there are N bytes of data, as per the keyent/valent
...
...
msdos/int10.c
View file @
519346a4
...
...
@@ -42,7 +42,7 @@ static void BIOS_SetCursorPos(BIOSDATA*data,unsigned page,unsigned X,unsigned Y)
* Most INT 10 functions for text-mode, CGA, EGA, and VGA cards
* are present in this list. (SVGA and XGA are not) That is not
* to say that all these functions should be supported, but if
* anyone is braindamaged enough to want to emulate one of these
* anyone is brain
-
damaged enough to want to emulate one of these
* beasts then this should get you started.
*
* NOTE:
...
...
@@ -86,7 +86,7 @@ void WINAPI INT_Int10Handler( CONTEXT86 *context )
*/
/* These AllocColor calls have the side-effect of triggering
ter
nim
al initialization as xx_Init() is no longer called on
ter
min
al initialization as xx_Init() is no longer called on
startup. Which is what we want anyway. */
color_palette
[
0
]
=
CONSOLE_AllocColor
(
WINE_BLACK
);
...
...
@@ -269,41 +269,41 @@ void WINAPI INT_Int10Handler( CONTEXT86 *context )
break
;
case
0x04
:
/* VESA SuperVGA BIOS - SAVE/RESTORE SuperVGA VIDEO STATE */
ERR
(
"VESA SAVE/RESTORE Video State - Not Implemented
\n
"
);
/* AL_reg(context) = 0x4f; = supported so
don
t set since not implemented */
/* ma
by
we should do this instead ? */
/* AL_reg(context) = 0x4f; = supported so
no
t set since not implemented */
/* ma
ybe
we should do this instead ? */
/* AH_reg(context = 0x01; not implemented so just fail */
break
;
case
0x05
:
/* VESA SuperVGA BIOS - CPU VIDEO MEMORY CONTROL */
ERR
(
"VESA CPU VIDEO MEMORY CONTROL
\n
"
);
/* AL_reg(context) = 0x4f; = supported so
don
t set since not implemented */
/* ma
by
we should do this instead ? */
/* AL_reg(context) = 0x4f; = supported so
no
t set since not implemented */
/* ma
ybe
we should do this instead ? */
/* AH_reg(context = 0x001; not implemented so just fail */
break
;
case
0x06
:
/* VESA GET/SET LOGICAL SCAN LINE LENGTH */
ERR
(
"VESA GET/SET LOGICAL SCAN LINE LENGTH - Not Implemented
\n
"
);
/* AL_reg(context) = 0x4f; = supported so
don
t set since not implemented */
/* ma
by
we should do this instead ? */
/* AL_reg(context) = 0x4f; = supported so
no
t set since not implemented */
/* ma
ybe
we should do this instead ? */
/* AH_reg(context = 0x001; not implemented so just fail */
break
;
case
0x07
:
/* GET/SET DISPLAY START */
ERR
(
"VESA GET/SET DISPLAY START - Not Implemented
\n
"
);
/* AL_reg(context) = 0x4f; = supported so
don
t set since not implemented */
/* ma
by
we should do this instead ? */
/* AL_reg(context) = 0x4f; = supported so
no
t set since not implemented */
/* ma
ybe
we should do this instead ? */
/* AH_reg(context = 0x001; not implemented so just fail */
break
;
case
0x08
:
/* GET/SET DAC PALETTE CONTROL */
ERR
(
"VESA GET/SET DAC PALETTE CONTROL- Not Implemented
\n
"
);
/* AL_reg(context) = 0x4f; = supported so
don
t set since not implemented */
/* ma
by
we should do this instead ? */
/* AL_reg(context) = 0x4f; = supported so
no
t set since not implemented */
/* ma
ybe
we should do this instead ? */
/* AH_reg(context = 0x001; not implemented so just fail */
break
;
case
0x09
:
/* SET PALETTE ENTRIES */
FIXME
(
"VESA Set palette entries - not implemented
\n
"
);
break
;
case
0xef
:
/* get video mode for hercules-compat
a
bles */
case
0xef
:
/* get video mode for hercules-compat
i
bles */
/* There's no reason to really support this */
/* is there?....................(A.C.) */
TRACE
(
"Just report the video not hercules compat
a
ble
\n
"
);
TRACE
(
"Just report the video not hercules compat
i
ble
\n
"
);
DX_reg
(
context
)
=
0xffff
;
break
;
case
0xff
:
/* Turn VESA ON/OFF */
...
...
@@ -747,10 +747,10 @@ else {
*
(
DWORD
*
)(
p
+
0x0a
)
=
0xfffffffd
;
/* capabilities flags :-) */
}
break
;
case
0xef
:
/* get video mode for hercules-compat
a
bles */
case
0xef
:
/* get video mode for hercules-compat
i
bles */
/* There's no reason to really support this */
/* is there?....................(A.C.) */
TRACE
(
"Just report the video not hercules compat
a
ble
\n
"
);
TRACE
(
"Just report the video not hercules compat
i
ble
\n
"
);
DX_reg
(
context
)
=
0xffff
;
break
;
default:
...
...
msdos/int15.c
View file @
519346a4
...
...
@@ -82,7 +82,7 @@ void WINAPI INT_Int15Handler( CONTEXT86 *context )
break
;
case
0x04
:
/* Get Pointing Device Type */
FIXME
(
"Get Pointing Device Type - not implemented
\n
"
);
BH_reg
(
context
)
=
0x01
;
/*Device id FIXME what is it suposed to be?*/
BH_reg
(
context
)
=
0x01
;
/*Device id FIXME what is it sup
p
osed to be?*/
break
;
default:
INT_BARF
(
context
,
0x15
);
...
...
objects/brush.c
View file @
519346a4
...
...
@@ -223,7 +223,7 @@ HBRUSH16 WINAPI CreateDIBPatternBrush16( HGLOBAL16 hbitmap, UINT16 coloruse )
*
* Create a logical brush which has the pattern specified by the DIB
*
* Function call is for compat
a
bility only. CreateDIBPatternBrushPt should be used.
* Function call is for compat
i
bility only. CreateDIBPatternBrushPt should be used.
*
* RETURNS
*
...
...
win32/except.c
View file @
519346a4
...
...
@@ -15,8 +15,8 @@
* Another reason could be that Microsoft does not want others to write
* binary compatible implementations of the Win32 API (like us).
*
* Whatever the reason, THIS SUCKS!! Ensuring portabilty or future
* compat
a
bility may be valid reasons to keep some things undocumented.
* Whatever the reason, THIS SUCKS!! Ensuring portabil
i
ty or future
* compat
i
bility may be valid reasons to keep some things undocumented.
* But exception handling is so basic to Win32 that it should be
* documented!
*
...
...
wine.ini
View file @
519346a4
...
...
@@ -130,7 +130,7 @@ DesktopDoubleBuffered = N
; 0 means default ANSI code page (CP_ACP == 0)
TextCP
=
0
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it f
ou
nds).
; (Wine uses for now the first 'input image' it f
i
nds).
;; XVideoPort = 43
[fonts]
...
...
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