Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5e6943f4
Commit
5e6943f4
authored
May 22, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
May 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
bb7cc80f
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
48 additions
and
20 deletions
+48
-20
avifile.c
dlls/avifil32/avifile.c
+1
-1
linux.c
dlls/dinput/joystick/linux.c
+3
-1
linuxinput.c
dlls/dinput/joystick/linuxinput.c
+3
-1
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+7
-6
int31.c
dlls/winedos/int31.c
+5
-2
audio.c
dlls/winmm/wineoss/audio.c
+3
-1
midi.c
dlls/winmm/wineoss/midi.c
+3
-1
mixer.c
dlls/winmm/wineoss/mixer.c
+4
-1
mmaux.c
dlls/winmm/wineoss/mmaux.c
+4
-1
async.c
dlls/winsock/async.c
+3
-1
socket.c
dlls/winsock/socket.c
+3
-1
socket.c
dlls/wsock32/socket.c
+3
-1
wineclipsrv.c
dlls/x11drv/wineclipsrv.c
+3
-1
ppdev.c
msdos/ppdev.c
+3
-1
No files found.
dlls/avifil32/avifile.c
View file @
5e6943f4
...
@@ -222,7 +222,7 @@ static HRESULT WINAPI IAVIFile_fnDeleteStream(IAVIFile*iface,DWORD fccType,LONG
...
@@ -222,7 +222,7 @@ static HRESULT WINAPI IAVIFile_fnDeleteStream(IAVIFile*iface,DWORD fccType,LONG
/***********************************************************************
/***********************************************************************
* AVIFileOpenA (AVIFIL32.@)
* AVIFileOpenA (AVIFIL32.@)
* AVIFileOpen
A
(AVIFILE.102)
* AVIFileOpen
(AVIFILE.102)
*/
*/
HRESULT
WINAPI
AVIFileOpenA
(
HRESULT
WINAPI
AVIFileOpenA
(
PAVIFILE
*
ppfile
,
LPCSTR
szFile
,
UINT
uMode
,
LPCLSID
lpHandler
PAVIFILE
*
ppfile
,
LPCSTR
szFile
,
UINT
uMode
,
LPCLSID
lpHandler
...
...
dlls/dinput/joystick/linux.c
View file @
5e6943f4
...
@@ -28,7 +28,9 @@
...
@@ -28,7 +28,9 @@
#include <unistd.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/fcntl.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include <errno.h>
#include <errno.h>
#ifdef HAVE_SYS_ERRNO_H
#ifdef HAVE_SYS_ERRNO_H
# include <sys/errno.h>
# include <sys/errno.h>
...
...
dlls/dinput/joystick/linuxinput.c
View file @
5e6943f4
...
@@ -29,7 +29,9 @@
...
@@ -29,7 +29,9 @@
#include <unistd.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/fcntl.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include <errno.h>
#include <errno.h>
#ifdef HAVE_SYS_ERRNO_H
#ifdef HAVE_SYS_ERRNO_H
# include <sys/errno.h>
# include <sys/errno.h>
...
...
dlls/shdocvw/shdocvw_main.c
View file @
5e6943f4
...
@@ -30,7 +30,8 @@
...
@@ -30,7 +30,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
WINE_DEFAULT_DEBUG_CHANNEL
(
shdocvw
);
/***********************************************************************
/***********************************************************************
* DllCanUnloadNow (SHDOCVW.109) */
* DllCanUnloadNow (SHDOCVW.@)
*/
HRESULT
WINAPI
SHDOCVW_DllCanUnloadNow
(
void
)
HRESULT
WINAPI
SHDOCVW_DllCanUnloadNow
(
void
)
{
{
FIXME
(
"(void): stub
\n
"
);
FIXME
(
"(void): stub
\n
"
);
...
@@ -39,7 +40,7 @@ HRESULT WINAPI SHDOCVW_DllCanUnloadNow(void)
...
@@ -39,7 +40,7 @@ HRESULT WINAPI SHDOCVW_DllCanUnloadNow(void)
}
}
/*************************************************************************
/*************************************************************************
* DllGetClassObject (SHDOCVW.
312
)
* DllGetClassObject (SHDOCVW.
@
)
*/
*/
HRESULT
WINAPI
SHDOCVW_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
SHDOCVW_DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
)
{
{
...
@@ -58,7 +59,7 @@ HRESULT WINAPI SHDOCVW_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *p
...
@@ -58,7 +59,7 @@ HRESULT WINAPI SHDOCVW_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *p
}
}
/***********************************************************************
/***********************************************************************
* DllGetVersion (SHDOCVW.
113
)
* DllGetVersion (SHDOCVW.
@
)
*/
*/
HRESULT
WINAPI
SHDOCVW_DllGetVersion
(
DLLVERSIONINFO
*
pdvi
)
HRESULT
WINAPI
SHDOCVW_DllGetVersion
(
DLLVERSIONINFO
*
pdvi
)
{
{
...
@@ -67,7 +68,7 @@ HRESULT WINAPI SHDOCVW_DllGetVersion (DLLVERSIONINFO *pdvi)
...
@@ -67,7 +68,7 @@ HRESULT WINAPI SHDOCVW_DllGetVersion (DLLVERSIONINFO *pdvi)
}
}
/*************************************************************************
/*************************************************************************
* DllInstall (SHDOCVW.
114
)
* DllInstall (SHDOCVW.
@
)
*/
*/
HRESULT
WINAPI
SHDOCVW_DllInstall
(
BOOL
bInstall
,
LPCWSTR
cmdline
)
HRESULT
WINAPI
SHDOCVW_DllInstall
(
BOOL
bInstall
,
LPCWSTR
cmdline
)
{
{
...
@@ -77,7 +78,7 @@ HRESULT WINAPI SHDOCVW_DllInstall(BOOL bInstall, LPCWSTR cmdline)
...
@@ -77,7 +78,7 @@ HRESULT WINAPI SHDOCVW_DllInstall(BOOL bInstall, LPCWSTR cmdline)
}
}
/***********************************************************************
/***********************************************************************
* DllRegisterServer (SHDOCVW.
124
)
* DllRegisterServer (SHDOCVW.
@
)
*/
*/
HRESULT
WINAPI
SHDOCVW_DllRegisterServer
()
HRESULT
WINAPI
SHDOCVW_DllRegisterServer
()
{
{
...
@@ -86,7 +87,7 @@ HRESULT WINAPI SHDOCVW_DllRegisterServer()
...
@@ -86,7 +87,7 @@ HRESULT WINAPI SHDOCVW_DllRegisterServer()
}
}
/***********************************************************************
/***********************************************************************
* DllUnregisterServer (SHDOCVW.
127
)
* DllUnregisterServer (SHDOCVW.
@
)
*/
*/
HRESULT
WINAPI
SHDOCVW_DllUnregisterServer
()
HRESULT
WINAPI
SHDOCVW_DllUnregisterServer
()
{
{
...
...
dlls/winedos/int31.c
View file @
5e6943f4
...
@@ -510,8 +510,11 @@ void WINAPI DPMI_FreeInternalRMCB( FARPROC16 proc )
...
@@ -510,8 +510,11 @@ void WINAPI DPMI_FreeInternalRMCB( FARPROC16 proc )
}
}
/* DPMI Raw Mode Switch handler */
/**********************************************************************
* RawModeSwitch (WINEDOS.@)
*
* DPMI Raw Mode Switch handler
*/
void
WINAPI
DOSVM_RawModeSwitch
(
CONTEXT86
*
context
)
void
WINAPI
DOSVM_RawModeSwitch
(
CONTEXT86
*
context
)
{
{
CONTEXT86
rm_ctx
;
CONTEXT86
rm_ctx
;
...
...
dlls/winmm/wineoss/audio.c
View file @
5e6943f4
...
@@ -37,7 +37,9 @@
...
@@ -37,7 +37,9 @@
#include <unistd.h>
#include <unistd.h>
#include <errno.h>
#include <errno.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_MMAN_H
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
# include <sys/mman.h>
#endif
#endif
...
...
dlls/winmm/wineoss/midi.c
View file @
5e6943f4
...
@@ -31,7 +31,9 @@
...
@@ -31,7 +31,9 @@
#include <string.h>
#include <string.h>
#include <unistd.h>
#include <unistd.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
...
...
dlls/winmm/wineoss/mixer.c
View file @
5e6943f4
...
@@ -30,7 +30,10 @@
...
@@ -30,7 +30,10 @@
#include <fcntl.h>
#include <fcntl.h>
#include <errno.h>
#include <errno.h>
#include <assert.h>
#include <assert.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include "windef.h"
#include "windef.h"
#include "mmddk.h"
#include "mmddk.h"
#include "oss.h"
#include "oss.h"
...
...
dlls/winmm/wineoss/mmaux.c
View file @
5e6943f4
...
@@ -27,7 +27,10 @@
...
@@ -27,7 +27,10 @@
#include <string.h>
#include <string.h>
#include <unistd.h>
#include <unistd.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include "windef.h"
#include "windef.h"
#include "mmddk.h"
#include "mmddk.h"
#include "oss.h"
#include "oss.h"
...
...
dlls/winsock/async.c
View file @
5e6943f4
...
@@ -41,7 +41,9 @@
...
@@ -41,7 +41,9 @@
#ifdef HAVE_SYS_IPC_H
#ifdef HAVE_SYS_IPC_H
# include <sys/ipc.h>
# include <sys/ipc.h>
#endif
#endif
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_FILIO_H
#ifdef HAVE_SYS_FILIO_H
# include <sys/filio.h>
# include <sys/filio.h>
#endif
#endif
...
...
dlls/winsock/socket.c
View file @
5e6943f4
...
@@ -32,7 +32,9 @@
...
@@ -32,7 +32,9 @@
#ifdef HAVE_SYS_IPC_H
#ifdef HAVE_SYS_IPC_H
# include <sys/ipc.h>
# include <sys/ipc.h>
#endif
#endif
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_FILIO_H
#ifdef HAVE_SYS_FILIO_H
# include <sys/filio.h>
# include <sys/filio.h>
#endif
#endif
...
...
dlls/wsock32/socket.c
View file @
5e6943f4
...
@@ -49,7 +49,9 @@
...
@@ -49,7 +49,9 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include <sys/types.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
#ifdef HAVE_SYS_SOCKET_H
...
...
dlls/x11drv/wineclipsrv.c
View file @
5e6943f4
...
@@ -833,7 +833,9 @@ void EVENT_ProcessEvent( XEvent *event )
...
@@ -833,7 +833,9 @@ void EVENT_ProcessEvent( XEvent *event )
break
;
break
;
case
PropertyNotify
:
case
PropertyNotify
:
// EVENT_PropertyNotify( (XPropertyEvent *)event );
#if 0
EVENT_PropertyNotify( (XPropertyEvent *)event );
#endif
break
;
break
;
default:
/* ignore all other events */
default:
/* ignore all other events */
...
...
msdos/ppdev.c
View file @
5e6943f4
...
@@ -26,7 +26,9 @@
...
@@ -26,7 +26,9 @@
#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#include <errno.h>
#include <errno.h>
#include <linux/ppdev.h>
#include <linux/ppdev.h>
...
...
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