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
2caee712
Commit
2caee712
authored
Jul 16, 2000
by
Andreas Mohr
Committed by
Alexandre Julliard
Jul 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
6f83a5ee
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
30 additions
and
30 deletions
+30
-30
proxyodbc.c
dlls/odbc32/proxyodbc.c
+2
-2
datacache.c
dlls/ole32/datacache.c
+1
-1
olefont.c
dlls/oleaut32/olefont.c
+1
-1
olepicture.c
dlls/oleaut32/olepicture.c
+1
-1
richedit.c
dlls/richedit/richedit.c
+2
-2
rpcrt4_main.c
dlls/rpcrt4/rpcrt4_main.c
+2
-2
confdlg.c
dlls/serialui/confdlg.c
+3
-4
internet.c
dlls/wininet/internet.c
+2
-2
info.c
dlls/winspool/info.c
+2
-2
file.c
files/file.c
+3
-3
xfont.c
graphics/x11drv/xfont.c
+6
-6
task.c
loader/task.c
+4
-3
class.c
windows/class.c
+1
-1
No files found.
dlls/odbc32/proxyodbc.c
View file @
2caee712
...
...
@@ -125,9 +125,9 @@ SQLRETURN SQLDummyFunc()
* MAIN_OdbcInit [Internal] Initializes the internal 'ODBC32.DLL'.
*
* PARAMS
* hinstDLL [I] handle to the
'dlls'
instance
* hinstDLL [I] handle to the
DLL's
instance
* fdwReason [I]
* lpvReserved [I] reserve
r
d, must be NULL
* lpvReserved [I] reserved, must be NULL
*
* RETURNS
* Success: TRUE
...
...
dlls/ole32/datacache.c
View file @
2caee712
...
...
@@ -932,7 +932,7 @@ static HRESULT WINAPI DataCache_NDIUnknown_QueryInterface(
*/
if
((
*
ppvObject
)
==
0
)
{
WARN
(
"() : asking for un
supported interface %s
\n
"
,
debugstr_guid
(
riid
));
WARN
(
"() : asking for unsupported interface %s
\n
"
,
debugstr_guid
(
riid
));
return
E_NOINTERFACE
;
}
...
...
dlls/oleaut32/olefont.c
View file @
2caee712
...
...
@@ -336,7 +336,7 @@ static OLEFontImpl* OLEFontImpl_Construct(LPFONTDESC fontDesc)
* OLEFontImpl_Construct
*
* This method is called by the Release method when the reference
* count goes do
en to 0. i
t will free all resources used by
* count goes do
wn to 0. I
t will free all resources used by
* this object.
*/
static
void
OLEFontImpl_Destroy
(
OLEFontImpl
*
fontDesc
)
...
...
dlls/oleaut32/olepicture.c
View file @
2caee712
...
...
@@ -177,7 +177,7 @@ static OLEPictureImpl* OLEPictureImpl_Construct(LPPICTDESC pictDesc, BOOL fOwn)
* OLEPictureImpl_Destroy
*
* This method is called by the Release method when the reference
* count goes do
en to 0. i
t will free all resources used by
* count goes do
wn to 0. I
t will free all resources used by
* this object. */
static
void
OLEPictureImpl_Destroy
(
OLEPictureImpl
*
Obj
)
{
...
...
dlls/richedit/richedit.c
View file @
2caee712
...
...
@@ -34,9 +34,9 @@ HMODULE RICHED32_hModule = 0;
* RICHED32_LibMain [Internal] Initializes the internal 'RICHED32.DLL'.
*
* PARAMS
* hinstDLL [I] handle to the
'dlls'
instance
* hinstDLL [I] handle to the
DLL's
instance
* fdwReason [I]
* lpvReserved [I] reserve
r
d, must be NULL
* lpvReserved [I] reserved, must be NULL
*
* RETURNS
* Success: TRUE
...
...
dlls/rpcrt4/rpcrt4_main.c
View file @
2caee712
...
...
@@ -40,9 +40,9 @@ DEFAULT_DEBUG_CHANNEL(ole);
* RPCRT4_LibMain
*
* PARAMS
* hinstDLL [I] handle to the
'dlls'
instance
* hinstDLL [I] handle to the
DLL's
instance
* fdwReason [I]
* lpvReserved [I] reserve
r
d, must be NULL
* lpvReserved [I] reserved, must be NULL
*
* RETURNS
* Success: TRUE
...
...
dlls/serialui/confdlg.c
View file @
2caee712
/*
* This DLL contains the user interface for the serial driver.
* a
D
ialog box to configure the specified COMM port
* a
d
ialog box to configure the specified COMM port
* an interface to the control panel (??)
* functions to load and save default configuration
*
...
...
@@ -36,9 +36,9 @@ DWORD SERIALUI_dwProcessesAttached = 0;
* SERIALUI_LibMain [Internal] Initializes the internal 'SERIALUI.DLL'.
*
* PARAMS
* hinstDLL [I] handle to the
'dlls'
instance
* hinstDLL [I] handle to the
DLL's
instance
* fdwReason [I]
* lpvReserved [I] reserve
r
d, must be NULL
* lpvReserved [I] reserved, must be NULL
*
* RETURNS
* Success: TRUE
...
...
@@ -533,7 +533,6 @@ BOOL WINAPI SERIALUI_GetDefaultCommConfig(
lpCommConfig
->
dcb
.
ByteSize
=
8
;
lpCommConfig
->
dcb
.
Parity
=
NOPARITY
;
lpCommConfig
->
dcb
.
StopBits
=
ONESTOPBIT
;
lpCommConfig
->
dcb
.
StopBits
=
ONESTOPBIT
;
return
TRUE
;
}
...
...
dlls/wininet/internet.c
View file @
2caee712
...
...
@@ -60,9 +60,9 @@ LPWORKREQUEST lpWorkQueueTail;
* WININET_LibMain [Internal] Initializes the internal 'WININET.DLL'.
*
* PARAMS
* hinstDLL [I] handle to the
'dlls'
instance
* hinstDLL [I] handle to the
DLL's
instance
* fdwReason [I]
* lpvReserved [I] reserve
r
d, must be NULL
* lpvReserved [I] reserved, must be NULL
*
* RETURNS
* Success: TRUE
...
...
dlls/winspool/info.c
View file @
2caee712
...
...
@@ -280,11 +280,11 @@ static void FREE_PRINTER_INFO_2W(HANDLE heap, LPPRINTER_INFO_2W piW)
* DeviceCapabilitiesA [WINSPOOL.150 & WINSPOOL.151]
*
*/
INT
WINAPI
DeviceCapabilitiesA
(
LPCSTR
pDe
iv
ce
,
LPCSTR
pPort
,
WORD
cap
,
INT
WINAPI
DeviceCapabilitiesA
(
LPCSTR
pDe
vi
ce
,
LPCSTR
pPort
,
WORD
cap
,
LPSTR
pOutput
,
LPDEVMODEA
lpdm
)
{
INT
ret
;
ret
=
GDI_CallDeviceCapabilities16
(
pDe
iv
ce
,
pPort
,
cap
,
pOutput
,
lpdm
);
ret
=
GDI_CallDeviceCapabilities16
(
pDe
vi
ce
,
pPort
,
cap
,
pOutput
,
lpdm
);
/* If DC_PAPERSIZE map POINT16s to POINTs */
if
(
ret
!=
-
1
&&
cap
==
DC_PAPERSIZE
&&
pOutput
)
{
...
...
files/file.c
View file @
2caee712
...
...
@@ -347,14 +347,14 @@ HANDLE FILE_CreateFile( LPCSTR filename, DWORD access, DWORD sharing,
if
((
err
==
STATUS_MEDIA_WRITE_PROTECTED
)
||
(
err
==
STATUS_ACCESS_DENIED
))
{
TRACE
(
"Write access failed for file '%s', trying without "
"write access"
,
filename
);
"write access
\n
"
,
filename
);
access
&=
~
GENERIC_WRITE
;
goto
restart
;
}
}
if
(
req
->
handle
==
-
1
)
WARN
(
"Unable to create file '%s' (GLE %ld)"
,
filename
,
WARN
(
"Unable to create file '%s' (GLE %ld)
\n
"
,
filename
,
GetLastError
());
return
req
->
handle
;
...
...
@@ -1130,7 +1130,7 @@ BOOL WINAPI GetOverlappedResult(HANDLE hFile,LPOVERLAPPED lpOverlapped,
LPDWORD
lpNumberOfBytesTransferred
,
BOOL
bWait
)
{
/* Since all i/o is currently synchron
uo
s,
/* Since all i/o is currently synchron
ou
s,
* return true, assuming ReadFile/WriteFile
* have completed the operation */
FIXME
(
"NO Asynch I/O, assuming Read/Write succeeded
\n
"
);
...
...
graphics/x11drv/xfont.c
View file @
2caee712
...
...
@@ -1428,7 +1428,7 @@ static fontAlias* XFONT_CreateAlias( LPCSTR lpTypeFace, LPCSTR lpAlias )
pfa
->
faAlias
=
pfa
->
faTypeFace
+
j
;
lstrcpyA
(
pfa
->
faAlias
,
lpAlias
);
TRACE
(
"added alias '%s' for
%s
\n
"
,
lpAlias
,
lpTypeFace
);
TRACE
(
"added alias '%s' for
'%s'
\n
"
,
lpAlias
,
lpTypeFace
);
return
pfa
;
}
...
...
@@ -1485,7 +1485,7 @@ static void XFONT_LoadAlias(const LFD* lfd, LPCSTR lpAlias, BOOL bSubst)
prev
=
pfa
;
}
TRACE
(
"
\t
substituted '%s' with
%s
\n
"
,
frMatch
->
lfFaceName
,
lpAlias
);
TRACE
(
"
\t
substituted '%s' with
'%s'
\n
"
,
frMatch
->
lfFaceName
,
lpAlias
);
lstrcpynA
(
frMatch
->
lfFaceName
,
lpAlias
,
LF_FACESIZE
);
frMatch
->
fr_flags
|=
FR_NAMESET
;
...
...
@@ -1507,7 +1507,7 @@ static void XFONT_LoadAlias(const LFD* lfd, LPCSTR lpAlias, BOOL bSubst)
*
* INIT ONLY
*
* Create font aliases for some standard windows fonts using users
* Create font aliases for some standard windows fonts using user
'
s
* default choice of (sans-)serif fonts
*
* Read user-defined aliases from wine.conf. Format is as follows
...
...
@@ -1519,7 +1519,7 @@ static void XFONT_LoadAlias(const LFD* lfd, LPCSTR lpAlias, BOOL bSubst)
* Alias1 = Times New Roman, -bitstream-courier-, 1
* ...
*
* Note that from
08179
7 and on we have built-in alias templates that take
* Note that from
97081
7 and on we have built-in alias templates that take
* care of the necessary Windows typefaces.
*/
typedef
struct
...
...
@@ -1626,7 +1626,7 @@ static LPCSTR XFONT_UnAlias(char* font)
*
* Caller should check if the font resource is in use. If it is it should
* set FR_REMOVED flag to delay removal until the resource is not in use
* anymore.
* any
more.
*/
void
XFONT_RemoveFontResource
(
fontResource
**
ppfr
)
{
...
...
@@ -1719,7 +1719,7 @@ static void XFONT_LoadIgnores(void)
* XFONT_UserMetricsCache
*
* Returns expanded name for the cachedmetrics file.
* Now it also appends the current value of the $DISPLAY var
ai
ble.
* Now it also appends the current value of the $DISPLAY var
ia
ble.
*/
static
char
*
XFONT_UserMetricsCache
(
char
*
buffer
,
int
*
buf_size
)
{
...
...
loader/task.c
View file @
2caee712
...
...
@@ -369,7 +369,7 @@ BOOL TASK_Create( NE_MODULE *pModule, UINT16 cmdShow, TEB *teb, LPCSTR cmdline,
FarSetOwner16
(
pTask
->
pdb
.
environment
,
pTask
->
hPDB
);
/* Default DTA overwrites command
-
line */
/* Default DTA overwrites command
line */
pTask
->
dta
=
PTR_SEG_OFF_TO_SEGPTR
(
pTask
->
hPDB
,
(
int
)
&
pTask
->
pdb
.
cmdLine
-
(
int
)
&
pTask
->
pdb
);
...
...
@@ -723,7 +723,7 @@ void WINAPI InitTask16( CONTEXT86 *context )
* dx cmdShow parameter
* si instance handle of the previous instance
* di instance handle of the new task
* es:bx pointer to command
-
line inside PSP
* es:bx pointer to command
line inside PSP
*
* 0 (=%bp) is pushed on the stack
*/
...
...
@@ -1117,7 +1117,8 @@ BOOL16 WINAPI GetCodeInfo16( FARPROC16 proc, SEGINFO *segInfo )
*/
BOOL16
WINAPI
DefineHandleTable16
(
WORD
wOffset
)
{
return
TRUE
;
/* FIXME */
FIXME
(
"(%04x): stub ?
\n
"
,
wOffset
);
return
TRUE
;
}
...
...
windows/class.c
View file @
2caee712
...
...
@@ -1153,7 +1153,7 @@ BOOL WINAPI GetClassInfoA( HINSTANCE hInstance, LPCSTR name,
/* workaround: if hInstance=NULL you expect to get the system classes
but this classes (as example from comctl32.dll SysListView) won't be
registred with hInstance=NULL in WINE because of the late loading
regist
e
red with hInstance=NULL in WINE because of the late loading
of this dll. fixes file dialogs in WinWord95 (jsch)*/
if
(
!
(
atom
=
GlobalFindAtomA
(
name
))
||
!
(
classPtr
=
CLASS_FindClassByAtom
(
atom
,
hInstance
)))
...
...
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