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
81ee21dd
Commit
81ee21dd
authored
Dec 27, 1999
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
baa9bf9a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
proxyodbc.c
dlls/odbc32/proxyodbc.c
+1
-1
bindctx.c
dlls/ole32/bindctx.c
+1
-1
hglobalstream.c
dlls/ole32/hglobalstream.c
+1
-1
bitmap.c
graphics/ttydrv/bitmap.c
+4
-4
ddeml.c
misc/ddeml.c
+1
-1
version.c
misc/version.c
+1
-1
process.c
win32/process.c
+1
-1
wnd.c
windows/x11drv/wnd.c
+1
-1
No files found.
dlls/odbc32/proxyodbc.c
View file @
81ee21dd
...
...
@@ -118,7 +118,7 @@ static DM_FUNC template_func[] =
static
PROXYHANDLE
gProxyHandle
=
{
NULL
,
FALSE
,
FALSE
,
FALSE
,
ERROR_LIBRARY_NOT_FOUND
};
SQLRETURN
TYPE
SQLDummyFunc
()
SQLRETURN
SQLDummyFunc
()
{
TRACE
(
"SQLDummyFunc:
\n
"
);
return
SQL_SUCCESS
;
...
...
dlls/ole32/bindctx.c
View file @
81ee21dd
...
...
@@ -142,7 +142,7 @@ ULONG WINAPI BindCtxImpl_Release(IBindCtx* iface)
if
(
This
->
ref
==
0
){
/* release all registred objects */
/* release all regist
e
red objects */
BindCtxImpl_ReleaseBoundObjects
((
IBindCtx
*
)
This
);
BindCtxImpl_Destroy
(
This
);
...
...
dlls/ole32/hglobalstream.c
View file @
81ee21dd
...
...
@@ -2,7 +2,7 @@
* HGLOBAL Stream implementation
*
* This file contains the implementation of the stream interface
* for streams contained suported by an HGLOBAL pointer.
* for streams contained sup
p
orted by an HGLOBAL pointer.
*
* Copyright 1999 Francis Beaudet
*/
...
...
graphics/ttydrv/bitmap.c
View file @
81ee21dd
...
...
@@ -131,15 +131,15 @@ HBITMAP TTYDRV_DC_BITMAP_SelectObject(DC *dc, HBITMAP hbitmap, BITMAPOBJ *bitmap
TRACE
(
"(%p, 0x%04x, %p)
\n
"
,
dc
,
hbitmap
,
bitmap
);
if
(
!
(
dc
->
w
.
flags
&
DC_MEMORY
))
return
NULL
;
return
0
;
/* Assure that the bitmap device dependent */
if
(
!
bitmap
->
DDBitmap
&&
!
TTYDRV_DC_CreateBitmap
(
hbitmap
))
return
NULL
;
return
0
;
if
(
bitmap
->
DDBitmap
->
funcs
!=
dc
->
funcs
)
{
ERR
(
"Trying to select a non-TTY DDB into a TTY DC
\n
"
);
return
NULL
;
return
0
;
}
dc
->
w
.
totalExtent
.
left
=
0
;
...
...
@@ -155,7 +155,7 @@ HBITMAP TTYDRV_DC_BITMAP_SelectObject(DC *dc, HBITMAP hbitmap, BITMAPOBJ *bitmap
HRGN
hrgn
;
if
(
!
(
hrgn
=
CreateRectRgn
(
0
,
0
,
bitmap
->
bitmap
.
bmWidth
,
bitmap
->
bitmap
.
bmHeight
)))
return
NULL
;
return
0
;
dc
->
w
.
hVisRgn
=
hrgn
;
}
...
...
misc/ddeml.c
View file @
81ee21dd
...
...
@@ -541,7 +541,7 @@ UINT WINAPI DdeInitializeW( LPDWORD pidInst, PFNCALLBACK pfnCallback,
DWORD
afCmd
,
DWORD
ulRes
)
{
/* probably not really capable of handling mu
tl
iple processes, but should handle
/* probably not really capable of handling mu
lt
iple processes, but should handle
* multiple instances within one process */
SECURITY_ATTRIBUTES
*
s_att
=
NULL
;
...
...
misc/version.c
View file @
81ee21dd
...
...
@@ -242,7 +242,7 @@ DWORD VERSION_GetLinkedDllVersion(PDB *pdb)
WinVersion
=
DllVersion
;
else
{
if
(
WinVersion
!=
DllVersion
)
{
ERR
(
"You mixed system dlls from different windows versions! Expect a c
h
rash!
\n
"
);
ERR
(
"You mixed system dlls from different windows versions! Expect a crash!
\n
"
);
return
WIN31
;
/* this may let the exe exiting */
}
}
...
...
win32/process.c
View file @
81ee21dd
...
...
@@ -32,7 +32,7 @@ DEFAULT_DEBUG_CHANNEL(win32)
* no need in offset correction, like in UnixTimeToFileTime
* FIXME: This function should be moved to a more appropriate .c file
* FIXME: On floating point operations, it is assumed that
* floating values are truncated on conver
t
ion to integer.
* floating values are truncated on conver
s
ion to integer.
*/
void
Process_ClockTimeToFileTime
(
clock_t
unix_time
,
LPFILETIME
filetime
)
{
...
...
windows/x11drv/wnd.c
View file @
81ee21dd
...
...
@@ -690,7 +690,7 @@ void X11DRV_WND_SurfaceCopy(WND* wndPtr, DC *dcPtr, INT dx, INT dy,
void
X11DRV_WND_SetDrawable
(
WND
*
wndPtr
,
DC
*
dc
,
WORD
flags
,
BOOL
bSetClipOrigin
)
{
X11DRV_PDEVICE
*
physDev
=
(
X11DRV_PDEVICE
*
)
dc
->
physDev
;
INT
dcOrgXCopy
,
dcOrgYCopy
;
INT
dcOrgXCopy
=
0
,
dcOrgYCopy
=
0
;
BOOL
offsetClipRgn
=
FALSE
;
if
(
!
wndPtr
)
/* Get a DC for the whole screen */
...
...
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