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
88e651da
Commit
88e651da
authored
Mar 13, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Mar 13, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed newly introduced and some leftover warnings.
parent
7ae72f54
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
shlfolder.c
dlls/shell32/shlfolder.c
+2
-2
thunk.c
if1632/thunk.c
+1
-1
sysdeps.c
scheduler/sysdeps.c
+2
-2
queue.c
windows/queue.c
+1
-1
No files found.
dlls/shell32/shlfolder.c
View file @
88e651da
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
static
HRESULT
WINAPI
IShellFolder_QueryInterface
(
LPSHELLFOLDER
,
REFIID
,
LPVOID
*
);
static
HRESULT
WINAPI
IShellFolder_QueryInterface
(
LPSHELLFOLDER
,
REFIID
,
LPVOID
*
);
static
ULONG
WINAPI
IShellFolder_AddRef
(
LPSHELLFOLDER
);
static
ULONG
WINAPI
IShellFolder_AddRef
(
LPSHELLFOLDER
);
static
ULONG
WINAPI
IShellFolder_Release
(
LPSHELLFOLDER
);
static
ULONG
WINAPI
IShellFolder_Release
(
LPSHELLFOLDER
);
static
HRESULT
WINAPI
IShellFolder_Initialize
(
LPSHELLFOLDER
,
LPCITEMIDLIST
);
static
HRESULT
WINAPI
WINE_UNUSED
IShellFolder_Initialize
(
LPSHELLFOLDER
,
LPCITEMIDLIST
);
static
HRESULT
WINAPI
IShellFolder_ParseDisplayName
(
LPSHELLFOLDER
,
HWND
,
LPBC
,
LPOLESTR
,
DWORD
*
,
LPITEMIDLIST
*
,
DWORD
*
);
static
HRESULT
WINAPI
IShellFolder_ParseDisplayName
(
LPSHELLFOLDER
,
HWND
,
LPBC
,
LPOLESTR
,
DWORD
*
,
LPITEMIDLIST
*
,
DWORD
*
);
static
HRESULT
WINAPI
IShellFolder_EnumObjects
(
LPSHELLFOLDER
,
HWND
,
DWORD
,
LPENUMIDLIST
*
);
static
HRESULT
WINAPI
IShellFolder_EnumObjects
(
LPSHELLFOLDER
,
HWND
,
DWORD
,
LPENUMIDLIST
*
);
static
HRESULT
WINAPI
IShellFolder_BindToObject
(
LPSHELLFOLDER
,
LPCITEMIDLIST
,
LPBC
,
REFIID
,
LPVOID
*
);
static
HRESULT
WINAPI
IShellFolder_BindToObject
(
LPSHELLFOLDER
,
LPCITEMIDLIST
,
LPBC
,
REFIID
,
LPVOID
*
);
...
@@ -465,7 +465,7 @@ static HRESULT WINAPI IShellFolder_EnumObjects(
...
@@ -465,7 +465,7 @@ static HRESULT WINAPI IShellFolder_EnumObjects(
* IShellFolder_Initialize()
* IShellFolder_Initialize()
* IPersistFolder Method
* IPersistFolder Method
*/
*/
static
HRESULT
WINAPI
IShellFolder_Initialize
(
LPSHELLFOLDER
this
,
LPCITEMIDLIST
pidl
)
static
HRESULT
WINAPI
WINE_UNUSED
IShellFolder_Initialize
(
LPSHELLFOLDER
this
,
LPCITEMIDLIST
pidl
)
{
TRACE
(
shell
,
"(%p)->(pidl=%p)
\n
"
,
this
,
pidl
);
{
TRACE
(
shell
,
"(%p)->(pidl=%p)
\n
"
,
this
,
pidl
);
if
(
this
->
pMyPidl
)
if
(
this
->
pMyPidl
)
...
...
if1632/thunk.c
View file @
88e651da
...
@@ -153,7 +153,7 @@ static const CALLBACKS_TABLE CALLBACK_EmulatorTable =
...
@@ -153,7 +153,7 @@ static const CALLBACKS_TABLE CALLBACK_EmulatorTable =
(
void
*
)
CallTo16_sreg_
,
/* CallRegisterShortProc */
(
void
*
)
CallTo16_sreg_
,
/* CallRegisterShortProc */
(
void
*
)
CallTo16_lreg_
,
/* CallRegisterLongProc */
(
void
*
)
CallTo16_lreg_
,
/* CallRegisterLongProc */
THUNK_CallTaskReschedule
,
/* CallTaskRescheduleProc */
THUNK_CallTaskReschedule
,
/* CallTaskRescheduleProc */
CallFrom16_p_long_wwwll
,
/* CallFrom16WndProc */
(
void
*
)
CallFrom16_p_long_wwwll
,
/* CallFrom16WndProc */
THUNK_CallWndProc16
,
/* CallWndProc */
THUNK_CallWndProc16
,
/* CallWndProc */
(
void
*
)
CallTo16_long_lwwll
,
/* CallDriverProc */
(
void
*
)
CallTo16_long_lwwll
,
/* CallDriverProc */
(
void
*
)
CallTo16_word_wwlll
,
/* CallDriverCallback */
(
void
*
)
CallTo16_word_wwlll
,
/* CallDriverCallback */
...
...
scheduler/sysdeps.c
View file @
88e651da
...
@@ -50,7 +50,7 @@ int *__errno_location()
...
@@ -50,7 +50,7 @@ int *__errno_location()
if
(
!
thdb
)
return
perrno
;
if
(
!
thdb
)
return
perrno
;
#ifdef NO_REENTRANT_X11
#ifdef NO_REENTRANT_X11
/* Use static libc errno while running in Xlib. */
/* Use static libc errno while running in Xlib. */
if
(
X11DRV_CritSection
.
OwningThread
==
thdb
->
server_tid
)
if
(
X11DRV_CritSection
.
OwningThread
==
(
HANDLE
)
thdb
->
server_tid
)
return
perrno
;
return
perrno
;
#endif
#endif
return
&
thdb
->
thread_errno
;
return
&
thdb
->
thread_errno
;
...
@@ -67,7 +67,7 @@ int *__h_errno_location()
...
@@ -67,7 +67,7 @@ int *__h_errno_location()
if
(
!
thdb
)
return
ph_errno
;
if
(
!
thdb
)
return
ph_errno
;
#ifdef NO_REENTRANT_X11
#ifdef NO_REENTRANT_X11
/* Use static libc h_errno while running in Xlib. */
/* Use static libc h_errno while running in Xlib. */
if
(
X11DRV_CritSection
.
OwningThread
==
thdb
->
server_tid
)
if
(
X11DRV_CritSection
.
OwningThread
==
(
HANDLE
)
thdb
->
server_tid
)
return
ph_errno
;
return
ph_errno
;
#endif
#endif
return
&
thdb
->
thread_h_errno
;
return
&
thdb
->
thread_h_errno
;
...
...
windows/queue.c
View file @
88e651da
...
@@ -1330,7 +1330,7 @@ DWORD WINAPI GetWindowThreadProcessId( HWND hwnd, LPDWORD process )
...
@@ -1330,7 +1330,7 @@ DWORD WINAPI GetWindowThreadProcessId( HWND hwnd, LPDWORD process )
tdb
=
(
TDB
*
)
GlobalLock16
(
htask
);
tdb
=
(
TDB
*
)
GlobalLock16
(
htask
);
if
(
!
tdb
||
!
tdb
->
thdb
)
return
0
;
if
(
!
tdb
||
!
tdb
->
thdb
)
return
0
;
if
(
process
)
*
process
=
(
DWORD
)
tdb
->
thdb
->
process
->
server_pid
;
if
(
process
)
*
process
=
(
DWORD
)
tdb
->
thdb
->
process
->
server_pid
;
return
tdb
->
thdb
->
server_tid
;
return
(
DWORD
)
tdb
->
thdb
->
server_tid
;
}
}
...
...
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