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
c01c1933
Commit
c01c1933
authored
Jun 19, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jun 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
20ca0011
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
39 additions
and
26 deletions
+39
-26
api.c
dlls/avifil32/api.c
+5
-0
avifil32.spec
dlls/avifil32/avifil32.spec
+13
-13
debugger.c
dlls/kernel/debugger.c
+1
-1
kernel.spec
dlls/kernel/kernel.spec
+1
-1
time.c
dlls/kernel/time.c
+4
-4
user32.spec
dlls/user/user32.spec
+1
-1
internet.c
dlls/wininet/internet.c
+1
-1
mmsystem.c
dlls/winmm/mmsystem.c
+8
-0
mmsystem.spec
dlls/winmm/mmsystem.spec
+1
-1
relay.c
if1632/relay.c
+4
-4
No files found.
dlls/avifil32/api.c
View file @
c01c1933
...
...
@@ -21,6 +21,7 @@ DEFAULT_DEBUG_CHANNEL(avifile);
/***********************************************************************
* AVIFileInit (AVIFILE.100)
* AVIFileInit (AVIFIL32.@)
*/
void
WINAPI
AVIFileInit
(
void
)
...
...
@@ -37,6 +38,7 @@ void WINAPI AVIFileInit(void)
}
/***********************************************************************
* AVIFileExit (AVIFILE.101)
* AVIFileExit (AVIFIL32.@)
*/
void
WINAPI
AVIFileExit
(
void
)
...
...
@@ -68,6 +70,7 @@ ULONG WINAPI AVIFileAddRef(PAVIFILE pfile)
}
/***********************************************************************
* AVIFileRelease (AVIFILE.141)
* AVIFileRelease (AVIFIL32.@)
*/
ULONG
WINAPI
AVIFileRelease
(
PAVIFILE
pfile
)
...
...
@@ -76,6 +79,7 @@ ULONG WINAPI AVIFileRelease(PAVIFILE pfile)
}
/***********************************************************************
* AVIFileOpenA (AVIFILE.102)
* AVIFileOpenA (AVIFIL32.@)
*/
HRESULT
WINAPI
AVIFileOpenA
(
...
...
@@ -175,6 +179,7 @@ HRESULT WINAPI AVIFileInfoA(PAVIFILE pfile,AVIFILEINFOA* pfi,LONG lSize)
}
/***********************************************************************
* AVIFileGetStream (AVIFILE.143)
* AVIFileGetStream (AVIFIL32.@)
*/
HRESULT
WINAPI
AVIFileGetStream
(
PAVIFILE
pfile
,
PAVISTREAM
*
pas
,
DWORD
fccType
,
LONG
lParam
)
...
...
dlls/avifil32/avifil32.spec
View file @
c01c1933
...
...
@@ -13,11 +13,11 @@ debug_channels (avifile)
@ stub AVIBuildFilterA
@ stub AVIBuildFilterW
@ stub AVIClearClipboard
@ st
ub
AVIFileAddRef
@ st
dcall AVIFileAddRef(ptr)
AVIFileAddRef
@ stub AVIFileCreateStream
@ stdcall AVIFileCreateStreamA(ptr ptr ptr) AVIFileCreateStreamA
@ stdcall AVIFileCreateStreamW(ptr ptr ptr) AVIFileCreateStreamW
@ st
ub
AVIFileEndRecord
@ st
dcall AVIFileEndRecord(ptr)
AVIFileEndRecord
@ stdcall AVIFileExit() AVIFileExit
@ stdcall AVIFileGetStream(ptr ptr long long) AVIFileGetStream
@ stdcall AVIFileInfo (ptr ptr long) AVIFileInfoA # A in both Win95 and NT
...
...
@@ -26,10 +26,10 @@ debug_channels (avifile)
@ stdcall AVIFileInit() AVIFileInit
@ stub AVIFileOpen
@ stdcall AVIFileOpenA(ptr str long ptr) AVIFileOpenA
@ st
ub
AVIFileOpenW
@ st
ub
AVIFileReadData
@ st
dcall AVIFileOpenW(ptr wstr long ptr)
AVIFileOpenW
@ st
dcall AVIFileReadData(ptr long ptr ptr)
AVIFileReadData
@ stdcall AVIFileRelease(ptr) AVIFileRelease
@ st
ub
AVIFileWriteData
@ st
dcall AVIFileWriteData(ptr long ptr long)
AVIFileWriteData
@ stub AVIGetFromClipboard
@ stdcall AVIMakeCompressedStream(ptr ptr ptr ptr) AVIMakeCompressedStream
@ stub AVIMakeFileFromStreams
...
...
@@ -43,11 +43,11 @@ debug_channels (avifile)
@ stub AVISaveVA
@ stub AVISaveVW
@ stub AVISaveW
@ st
ub
AVIStreamAddRef
@ st
ub
AVIStreamBeginStreaming
@ st
dcall AVIStreamAddRef(ptr)
AVIStreamAddRef
@ st
dcall AVIStreamBeginStreaming(ptr long long long)
AVIStreamBeginStreaming
@ stdcall AVIStreamCreate(ptr long long ptr) AVIStreamCreate
@ st
ub
AVIStreamEndStreaming
@ st
ub
AVIStreamFindSample
@ st
dcall AVIStreamEndStreaming(ptr)
AVIStreamEndStreaming
@ st
dcall AVIStreamFindSample(ptr long long)
AVIStreamFindSample
@ stdcall AVIStreamGetFrame(ptr long) AVIStreamGetFrame
@ stdcall AVIStreamGetFrameClose(ptr) AVIStreamGetFrameClose
@ stdcall AVIStreamGetFrameOpen(ptr ptr) AVIStreamGetFrameOpen
...
...
@@ -56,16 +56,16 @@ debug_channels (avifile)
@ stdcall AVIStreamInfoW(ptr ptr long) AVIStreamInfoW
@ stdcall AVIStreamLength(ptr) AVIStreamLength
@ stub AVIStreamOpenFromFile
@ st
ub
AVIStreamOpenFromFileA
@ st
ub
AVIStreamOpenFromFileW
@ st
dcall AVIStreamOpenFromFileA(ptr str long long long ptr)
AVIStreamOpenFromFileA
@ st
dcall AVIStreamOpenFromFileW(ptr wstr long long long ptr)
AVIStreamOpenFromFileW
@ stdcall AVIStreamRead(ptr long long ptr long ptr ptr) AVIStreamRead
@ stdcall AVIStreamReadData(ptr long ptr ptr) AVIStreamReadData
@ stdcall AVIStreamReadFormat(ptr long ptr long) AVIStreamReadFormat
@ stdcall AVIStreamRelease(ptr) AVIStreamRelease
@ st
ub
AVIStreamSampleToTime
@ st
dcall AVIStreamSampleToTime(ptr long)
AVIStreamSampleToTime
@ stdcall AVIStreamSetFormat(ptr long ptr long) AVIStreamSetFormat
@ stdcall AVIStreamStart(ptr) AVIStreamStart
@ st
ub
AVIStreamTimeToSample
@ st
dcall AVIStreamTimeToSample(ptr long)
AVIStreamTimeToSample
@ stdcall AVIStreamWrite(ptr long long ptr long long ptr ptr) AVIStreamWrite
@ stdcall AVIStreamWriteData(ptr long ptr long) AVIStreamWriteData
@ stub CLSID_AVISimpleUnMarshal
...
...
dlls/kernel/debugger.c
View file @
c01c1933
...
...
@@ -213,7 +213,7 @@ void WINAPI OutputDebugStringW(
/***********************************************************************
* OutputDebugString
16
(KERNEL.115)
* OutputDebugString (KERNEL.115)
*
* Output by a 16 bit application of an ascii string to a debugger (if attached)
* and program log.
...
...
dlls/kernel/kernel.spec
View file @
c01c1933
...
...
@@ -122,7 +122,7 @@ rsrc version16.res
112 pascal16 GlobalUnWire(word) GlobalUnWire16
113 equate __AHSHIFT 3
114 equate __AHINCR 8
115 pascal16 OutputDebugString(str) OutputDebugString
A
115 pascal16 OutputDebugString(str) OutputDebugString
16
116 stub InitLib
117 pascal16 OldYield() OldYield16
118 pascal16 GetTaskQueueDS() GetTaskQueueDS16
...
...
dlls/kernel/time.c
View file @
c01c1933
...
...
@@ -553,7 +553,7 @@ BOOL WINAPI GetProcessTimes(
}
/*********************************************************************
* GetCalendarInfoA (KERNEL32)
* GetCalendarInfoA (KERNEL32
.@
)
*
*/
int
WINAPI
GetCalendarInfoA
(
LCID
Locale
,
CALID
Calendar
,
CALTYPE
CalType
,
...
...
@@ -565,7 +565,7 @@ int WINAPI GetCalendarInfoA(LCID Locale, CALID Calendar, CALTYPE CalType,
}
/*********************************************************************
* GetCalendarInfoW (KERNEL32)
* GetCalendarInfoW (KERNEL32
.@
)
*
*/
int
WINAPI
GetCalendarInfoW
(
LCID
Locale
,
CALID
Calendar
,
CALTYPE
CalType
,
...
...
@@ -577,7 +577,7 @@ int WINAPI GetCalendarInfoW(LCID Locale, CALID Calendar, CALTYPE CalType,
}
/*********************************************************************
* SetCalendarInfoA (KERNEL32)
* SetCalendarInfoA (KERNEL32
.@
)
*
*/
int
WINAPI
SetCalendarInfoA
(
LCID
Locale
,
CALID
Calendar
,
CALTYPE
CalType
,
LPCSTR
lpCalData
)
...
...
@@ -588,7 +588,7 @@ int WINAPI SetCalendarInfoA(LCID Locale, CALID Calendar, CALTYPE CalType, LPCSTR
}
/*********************************************************************
* SetCalendarInfoW (KERNEL32)
* SetCalendarInfoW (KERNEL32
.@
)
*
*/
int
WINAPI
SetCalendarInfoW
(
LCID
Locale
,
CALID
Calendar
,
CALTYPE
CalType
,
LPCWSTR
lpCalData
)
...
...
dlls/user/user32.spec
View file @
c01c1933
...
...
@@ -333,7 +333,7 @@ debug_channels (accel caret class clipboard combo cursor dc ddeml dialog driver
@ stdcall HiliteMenuItem(long long long long) HiliteMenuItem
@ stub ImpersonateDdeClientWindow
@ stdcall InSendMessage() InSendMessage
@ st
ub
InSendMessageEx
@ st
dcall InSendMessageEx(ptr)
InSendMessageEx
@ stdcall InflateRect(ptr long long) InflateRect
@ stdcall InsertMenuA(long long long long ptr) InsertMenuA
@ stdcall InsertMenuItemA(long long long ptr) InsertMenuItemA
...
...
dlls/wininet/internet.c
View file @
c01c1933
...
...
@@ -927,7 +927,7 @@ BOOL WINAPI InternetQueryOptionA(HINTERNET hInternet, DWORD dwOption,
* FALSE on failure
*
*/
BOOLAPI
InternetGetCookieA
(
LPCSTR
lpszUrl
,
LPCSTR
lpszCookieName
,
BOOL
WIN
API
InternetGetCookieA
(
LPCSTR
lpszUrl
,
LPCSTR
lpszCookieName
,
LPSTR
lpCookieData
,
LPDWORD
lpdwSize
)
{
FIXME
(
"Stub
\n
"
);
...
...
dlls/winmm/mmsystem.c
View file @
c01c1933
...
...
@@ -4956,6 +4956,14 @@ LRESULT WINAPI mmTaskSignal16(HTASK16 ht)
}
/**************************************************************************
* mmGetCurrentTask [MMSYSTEM.904]
*/
HTASK16
WINAPI
mmGetCurrentTask16
(
void
)
{
return
GetCurrentTask
();
}
/**************************************************************************
* mmTaskYield16 [MMSYSTEM.905]
*/
void
WINAPI
mmTaskYield16
(
void
)
...
...
dlls/winmm/mmsystem.spec
View file @
c01c1933
...
...
@@ -135,7 +135,7 @@ owner winmm
900 pascal mmTaskCreate(long ptr long) mmTaskCreate16
902 pascal mmTaskBlock(word) mmTaskBlock16
903 pascal mmTaskSignal(word) mmTaskSignal16
904 pascal
mmGetCurrentTask() GetCurrentTask #just the same
904 pascal
16 mmGetCurrentTask() mmGetCurrentTask16
905 pascal mmTaskYield() mmTaskYield16
1100 pascal DrvOpen(str str long) DrvOpen16
1101 pascal DrvClose(word long long) DrvClose16
...
...
if1632/relay.c
View file @
c01c1933
...
...
@@ -96,7 +96,7 @@ void WINAPI wine_call_to_16_regs_long ( CONTEXT86 *context, INT nArgs )
/***********************************************************************
* __wine_call_from_16_word (KERNEL32.@)
*/
WORD
__
cdecl
__wine_call_from_16_word
(
void
)
WORD
__
wine_call_from_16_word
(
)
{
assert
(
FALSE
);
}
...
...
@@ -104,7 +104,7 @@ WORD __cdecl __wine_call_from_16_word(void)
/***********************************************************************
* __wine_call_from_16_long (KERNEL32.@)
*/
LONG
__
cdecl
__wine_call_from_16_long
(
void
)
LONG
__
wine_call_from_16_long
(
)
{
assert
(
FALSE
);
}
...
...
@@ -112,7 +112,7 @@ LONG __cdecl __wine_call_from_16_long(void)
/***********************************************************************
* __wine_call_from_16_regs (KERNEL32.@)
*/
void
__
cdecl
__wine_call_from_16_regs
(
void
)
void
__
wine_call_from_16_regs
(
)
{
assert
(
FALSE
);
}
...
...
@@ -120,7 +120,7 @@ void __cdecl __wine_call_from_16_regs(void)
/***********************************************************************
* __wine_call_from_16_thunk (KERNEL32.@)
*/
void
__
cdecl
__wine_call_from_16_thunk
(
void
)
void
__
wine_call_from_16_thunk
(
)
{
assert
(
FALSE
);
}
...
...
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