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
bda22de5
Commit
bda22de5
authored
Jan 13, 2003
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Add some stubs.
- Implement kernel32.FatalExit.
parent
a96bfbd1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
63 additions
and
4 deletions
+63
-4
advapi32.spec
dlls/advapi32/advapi32.spec
+4
-0
kernel32.spec
dlls/kernel/kernel32.spec
+6
-2
ntdll.spec
dlls/ntdll/ntdll.spec
+1
-0
setupapi.spec
dlls/setupapi/setupapi.spec
+4
-0
umon.c
dlls/urlmon/umon.c
+21
-1
urlmon.spec
dlls/urlmon/urlmon.spec
+1
-1
wintrust.spec
dlls/wintrust/wintrust.spec
+6
-0
drive.c
files/drive.c
+9
-0
winbase.h
include/winbase.h
+1
-0
except.c
win32/except.c
+10
-0
No files found.
dlls/advapi32/advapi32.spec
View file @
bda22de5
...
...
@@ -333,3 +333,7 @@
@ stub EnumServiceGroupA
@ stub EnumServiceGroupW
@ stdcall CheckTokenMembership(long ptr ptr) CheckTokenMembership
@ stub WmiQuerySingleInstanceW
@ stub WmiSetSingleInstanceW
@ stub WmiOpenBlock
@ stub WmiCloseBlock
dlls/kernel/kernel32.spec
View file @
bda22de5
...
...
@@ -286,7 +286,7 @@
@ stdcall -register -i386 FT_Thunk() FT_Thunk
@ stdcall FatalAppExitA(long str) FatalAppExitA
@ stdcall FatalAppExitW(long wstr) FatalAppExitW
@ st
ub
FatalExit
@ st
dcall FatalExit(long)
FatalExit
@ stdcall FileTimeToDosDateTime(ptr ptr ptr) FileTimeToDosDateTime
@ stdcall FileTimeToLocalFileTime(ptr ptr) FileTimeToLocalFileTime
@ stdcall FileTimeToSystemTime(ptr ptr) FileTimeToSystemTime
...
...
@@ -512,7 +512,7 @@
@ stdcall GetVolumeInformationA(str ptr long ptr ptr ptr ptr long) GetVolumeInformationA
@ stdcall GetVolumeInformationW(wstr ptr long ptr ptr ptr ptr long) GetVolumeInformationW
@ stub GetVolumeNameForVolumeMountPointA
@ st
ub
GetVolumeNameForVolumeMountPointW
@ st
dcall GetVolumeNameForVolumeMountPointW(wstr long long)
GetVolumeNameForVolumeMountPointW
@ stub GetVolumePathNameA
@ stub GetVolumePathNameW
@ stdcall GetWindowsDirectoryA(ptr long) GetWindowsDirectoryA
...
...
@@ -1039,6 +1039,8 @@
@ stdcall SetThreadExecutionState(long) SetThreadExecutionState
# Windows 2000, Terminal Server 4.0 SP4 functions
@ stub AssignProcessToJobObject
@ stub CreateJobObjectW
@ stdcall CreateTimerQueue () CreateTimerQueue
@ stdcall CreateTimerQueueTimer(ptr long ptr ptr long long long) CreateTimerQueueTimer
@ stdcall DeleteTimerQueueEx (long long) DeleteTimerQueueEx
...
...
@@ -1055,6 +1057,8 @@
@ stdcall SetCalendarInfoA(long long long str) SetCalendarInfoA
@ stdcall SetCalendarInfoW(long long long wstr) SetCalendarInfoW
@ stdcall SetCriticalSectionSpinCount(ptr long) SetCriticalSectionSpinCount
@ stub SetInformationJobObject
@ stub SetTermsrvAppInstallMode
@ stdcall VerifyVersionInfoA(long long long long) VerifyVersionInfoA
@ stdcall VerifyVersionInfoW(long long long long) VerifyVersionInfoW
...
...
dlls/ntdll/ntdll.spec
View file @
bda22de5
...
...
@@ -894,6 +894,7 @@
@ stub _fltused
@ cdecl _ftol() NTDLL__ftol
@ cdecl _itoa(long ptr long) _itoa
@ stub _itow #(long ptr long) _itow
@ cdecl _ltoa(long ptr long) _ltoa
@ cdecl _memccpy(ptr ptr long long) memccpy
@ cdecl _memicmp(str str long) NTDLL__memicmp
...
...
dlls/setupapi/setupapi.spec
View file @
bda22de5
...
...
@@ -68,6 +68,7 @@
@ stdcall SetupCommitFileQueueW(long long ptr ptr) SetupCommitFileQueueW
@ stub SetupCopyErrorA
@ stub SetupCopyErrorW
@ stub SetupCopyOEMInfW
@ stub SetupCreateDiskSpaceListA
@ stub SetupCreateDiskSpaceListW
@ stub SetupDecompressOrCopyFileA
...
...
@@ -120,6 +121,7 @@
@ stdcall SetupDiGetClassDevsW(ptr ptr long long) SetupDiGetClassDevsW
@ stub SetupDiGetClassImageIndex
@ stub SetupDiGetClassImageList
@ stub SetupDiGetClassImageListExW
@ stub SetupDiGetClassInstallParamsA
@ stub SetupDiGetClassInstallParamsW
@ stub SetupDiGetDeviceInfoListClass
...
...
@@ -157,6 +159,7 @@
@ stub SetupDiOpenDevRegKey
@ stub SetupDiOpenDeviceInfoA
@ stub SetupDiOpenDeviceInfoW
@ stub SetupDiOpenDeviceInterfaceRegKey
@ stub SetupDiRegisterDeviceInfo
@ stub SetupDiRemoveDevice
@ stub SetupDiSelectDevice
...
...
@@ -245,6 +248,7 @@
@ stub SetupQueryInfFileInformationW
@ stub SetupQueryInfVersionInformationA
@ stub SetupQueryInfVersionInformationW
@ stub SetupQueryInfOriginalFileInformationW
@ stub SetupQuerySourceListA
@ stub SetupQuerySourceListW
@ stub SetupQuerySpaceRequiredOnDriveA
...
...
dlls/urlmon/umon.c
View file @
bda22de5
...
...
@@ -880,12 +880,32 @@ HRESULT WINAPI CoInternetGetSession(DWORD dwSessionMode, /*IInternetSession*/voi
}
/***********************************************************************
* CoInternetQueryInfo (URLMON.@)
*
* Retrieves information relevant to a specified URL
*
* RETURNS
* S_OK success
* S_FALSE buffer too small
* INET_E_QUERYOPTIONUNKNOWN invalid option
*
*/
HRESULT
CoInternetQueryInfo
(
LPCWSTR
pwzUrl
,
QUERYOPTION
QueryOption
,
DWORD
dwQueryFlags
,
LPVOID
pvBuffer
,
DWORD
cbBuffer
,
DWORD
*
pcbBuffer
,
DWORD
dwReserved
)
{
FIXME
(
"(%s, %x, %lx, %p, %lx, %p, %lx): stub
\n
"
,
debugstr_w
(
pwzUrl
),
QueryOption
,
dwQueryFlags
,
pvBuffer
,
cbBuffer
,
pcbBuffer
,
dwReserved
);
return
S_OK
;
}
/***********************************************************************
* FindMimeFromData (URLMON.@)
*
* Determines the Multipurpose Internet Mail Extensions (MIME) type from the data provided.
*
*/
HRESULT
WINAPI
FindMimeFromData
(
LPBC
pBC
,
LPCWSTR
pwzUrl
,
LPVOID
pBuffer
,
HRESULT
WINAPI
FindMimeFromData
(
LPBC
pBC
,
LPCWSTR
pwzUrl
,
LPVOID
pBuffer
,
DWORD
cbSize
,
LPCWSTR
pwzMimeProposed
,
DWORD
dwMimeFlags
,
LPWSTR
*
ppwzMimeOut
,
DWORD
dwReserved
)
{
...
...
dlls/urlmon/urlmon.spec
View file @
bda22de5
...
...
@@ -13,7 +13,7 @@
@ stub CoInternetGetSecurityUrl
@ stdcall CoInternetGetSession(long ptr long) CoInternetGetSession
@ stub CoInternetParseUrl
@ st
ub
CoInternetQueryInfo
@ st
dcall CoInternetQueryInfo(ptr long long ptr long ptr long)
CoInternetQueryInfo
@ stub CopyBindInfo
@ stub CopyStgMedium
@ stub CreateAsyncBindCtx
...
...
dlls/wintrust/wintrust.spec
View file @
bda22de5
@ stub CryptCATAdminAcquireContext
@ stub CryptCATAdminCalcHashFromFileHandle
@ stub CryptCATAdminEnumCatalogFromHash
@ stub CryptCATAdminReleaseContext
@ stub CryptCATAdminReleaseCatalogContext
@ stub CryptCATCatalogInfoFromContext
@ stdcall WinVerifyTrust(long ptr ptr) WinVerifyTrust
files/drive.c
View file @
bda22de5
...
...
@@ -2061,3 +2061,12 @@ BOOL WINAPI SetVolumeLabelA(LPCSTR root, LPCSTR volname)
RtlFreeUnicodeString
(
&
volnameW
);
return
ret
;
}
/***********************************************************************
* GetVolumeNameForVolumeMountPointW (KERNEL32.@)
*/
DWORD
WINAPI
GetVolumeNameForVolumeMountPointW
(
LPWSTR
str
,
DWORD
a
,
DWORD
b
)
{
FIXME
(
"(%s, %lx, %lx): stub
\n
"
,
debugstr_w
(
str
),
a
,
b
);
return
0
;
}
include/winbase.h
View file @
bda22de5
...
...
@@ -1564,6 +1564,7 @@ BOOL WINAPI DeleteFileW(LPCWSTR);
#define DeleteFile WINELIB_NAME_AW(DeleteFile)
void
WINAPI
FatalAppExitA
(
UINT
,
LPCSTR
);
void
WINAPI
FatalAppExitW
(
UINT
,
LPCWSTR
);
void
WINAPI
FatalExit
(
int
);
#define FatalAppExit WINELIB_NAME_AW(FatalAppExit)
ATOM
WINAPI
FindAtomA
(
LPCSTR
);
ATOM
WINAPI
FindAtomW
(
LPCWSTR
);
...
...
win32/except.c
View file @
bda22de5
...
...
@@ -522,3 +522,13 @@ void WINAPI FatalAppExitW( UINT action, LPCWSTR str )
else
ERR
(
"%s
\n
"
,
debugstr_w
(
str
)
);
ExitProcess
(
0
);
}
/**************************************************************************
* FatalExit (KERNEL32.@)
*/
void
WINAPI
FatalExit
(
int
ExitCode
)
{
WARN
(
"FatalExit
\n
"
);
ExitProcess
(
ExitCode
);
}
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