From d7da486c96209366082c5e6ba9612f6af06fb004 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Sun, 24 Oct 1999 21:35:16 +0000 Subject: [PATCH] Added spec file declarations for already implemented functions. --- dlls/avifil32/avifil32.spec | 4 ++-- dlls/comctl32/comctl32.spec | 2 +- dlls/comctl32/comctl32undoc.c | 11 ++++++++++- dlls/crtdll/crtdll.spec | 2 +- dlls/ntdll/ntdll.spec | 44 +++++++++++++++++++++---------------------- dlls/ntdll/reg.c | 4 ++-- dlls/ole32/ole32.spec | 2 +- dlls/oleaut32/oleaut32.spec | 8 ++++---- dlls/olecli/olecli32.spec | 8 ++++---- dlls/psapi/psapi.spec | 42 ++++++++++++++++++++--------------------- dlls/shell32/shell32.spec | 2 +- dlls/shell32/shlwapi.spec | 16 ++++++++-------- dlls/win32s/w32skrnl.spec | 2 +- dlls/winspool/winspool.spec | 2 +- dlls/wnaspi32/wnaspi32.spec | 2 +- relay32/kernel32.spec | 5 ++--- relay32/user32.spec | 6 +++--- 17 files changed, 85 insertions(+), 77 deletions(-) rewrite dlls/psapi/psapi.spec (94%) diff --git a/dlls/avifil32/avifil32.spec b/dlls/avifil32/avifil32.spec index 2d3ee207da8..5a5a995d2e5 100644 --- a/dlls/avifil32/avifil32.spec +++ b/dlls/avifil32/avifil32.spec @@ -8,10 +8,10 @@ type win32 4 stub AVIFileAddRef 5 stub AVIFileCreateStream 6 stdcall AVIFileCreateStreamA(ptr ptr ptr) AVIFileCreateStreamA - 7 stub AVIFileCreateStreamW + 7 stdcall AVIFileCreateStreamW(ptr ptr ptr) AVIFileCreateStreamW 8 stub AVIFileEndRecord 9 stdcall AVIFileExit() AVIFileExit - 10 stub AVIFileGetStream + 10 stdcall AVIFileGetStream(ptr ptr long long) AVIFileGetStream 11 stdcall AVIFileInfo (ptr ptr long) AVIFileInfoA # A in both Win95 and NT 12 stdcall AVIFileInfoA(ptr ptr long) AVIFileInfoA 13 stdcall AVIFileInfoW(ptr ptr long) AVIFileInfoW diff --git a/dlls/comctl32/comctl32.spec b/dlls/comctl32/comctl32.spec index a9ec5d64a6e..1312e28ffb9 100644 --- a/dlls/comctl32/comctl32.spec +++ b/dlls/comctl32/comctl32.spec @@ -148,7 +148,7 @@ init COMCTL32_LibMain 358 stdcall StrChrW(wstr long) COMCTL32_StrChrW 359 stdcall StrRChrW(wstr wstr long) COMCTL32_StrRChrW 360 stdcall StrCmpNW(wstr wstr long) COMCTL32_StrCmpNW -361 stub StrCmpNIW +361 stdcall StrCmpNIW(wstr wstr long) COMCTL32_StrCmpNIW 362 stdcall StrStrW(wstr wstr) COMCTL32_StrStrW 363 stub StrStrIW 364 stdcall StrSpnW(wstr wstr) COMCTL32_StrSpnW diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c index d7c7c9deacd..3bb4bee07c1 100644 --- a/dlls/comctl32/comctl32undoc.c +++ b/dlls/comctl32/comctl32undoc.c @@ -1997,7 +1997,7 @@ INT WINAPI COMCTL32_StrCmpNA( LPCSTR lpStr1, LPCSTR lpStr2, int nChar) { } /************************************************************************** - * StrCmpNA [COMCTL32.352] + * StrCmpNIA [COMCTL32.353] * */ INT WINAPI COMCTL32_StrCmpNIA( LPCSTR lpStr1, LPCSTR lpStr2, int nChar) { @@ -2013,6 +2013,15 @@ INT WINAPI COMCTL32_StrCmpNW( LPCWSTR lpStr1, LPCWSTR lpStr2, int nChar) { } /************************************************************************** + * StrCmpNIW [COMCTL32.361] + * + */ +INT WINAPI COMCTL32_StrCmpNIW( LPCWSTR lpStr1, LPCWSTR lpStr2, int nChar) { + FIXME("(%s, %s, %i): stub\n", debugstr_w(lpStr1), debugstr_w(lpStr2), nChar); + return 0; +} + +/************************************************************************** * StrRChrA [COMCTL32.351] * */ diff --git a/dlls/crtdll/crtdll.spec b/dlls/crtdll/crtdll.spec index 19d672c0478..d7e73e94ea3 100644 --- a/dlls/crtdll/crtdll.spec +++ b/dlls/crtdll/crtdll.spec @@ -470,7 +470,7 @@ init CRTDLL_Init 465 cdecl strcoll(str str) strcoll 466 cdecl strcpy(ptr str) strcpy 467 cdecl strcspn(str str) strcspn -468 stub strerror +468 cdecl strerror(long) strerror 469 cdecl strftime(ptr long str ptr) strftime 470 cdecl strlen(str) strlen 471 cdecl strncat(str str long) strncat diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index 792812b2f57..28336cc8f60 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -89,16 +89,16 @@ type win32 081 stub NtCreateProcess 082 stub NtCreateProfile 083 stdcall NtCreateSection(long long long long long long long) NtCreateSection -084 stub NtCreateSemaphore -085 stub NtCreateSymbolicLinkObject +084 stdcall NtCreateSemaphore(ptr long ptr long long) NtCreateSemaphore +085 stdcall NtCreateSymbolicLinkObject(ptr long ptr ptr) NtCreateSymbolicLinkObject 086 stub NtCreateThread 087 stdcall NtCreateTimer(ptr long ptr long) NtCreateTimer 088 stub NtCreateToken 089 stdcall NtCurrentTeb() NtCurrentTeb 090 stub NtDelayExecution 091 stub NtDeleteFile -092 stub NtDeleteKey -093 stub NtDeleteValueKey +092 stdcall NtDeleteKey(long) NtDeleteKey +093 stdcall NtDeleteValueKey(long ptr) NtDeleteValueKey 094 stdcall NtDeviceIoControlFile(long long long long long long long long long long) NtDeviceIoControlFile 095 stdcall NtDisplayString(ptr)NtDisplayString 096 stdcall NtDuplicateObject(long long long long long long long) NtDuplicateObject @@ -109,7 +109,7 @@ type win32 101 stub NtExtendSection 102 stub NtFlushBuffersFile 103 stub NtFlushInstructionCache -104 stub NtFlushKey +104 stdcall NtFlushKey(long) NtFlushKey 105 stub NtFlushVirtualMemory 106 stub NtFlushWriteBuffer 107 stub NtFreeVirtualMemory @@ -122,13 +122,13 @@ type win32 114 stub NtInitializeRegistry 115 stdcall NtListenPort(long long) NtListenPort 116 stub NtLoadDriver -117 stub NtLoadKey +117 stdcall NtLoadKey(ptr ptr) NtLoadKey 118 stub NtLockFile 119 stub NtLockVirtualMemory 120 stub NtMakeTemporaryObject 121 stdcall NtMapViewOfSection(long long long long long long long long long long) NtMapViewOfSection 122 stub NtNotifyChangeDirectoryFile -123 stub NtNotifyChangeKey +123 stdcall NtNotifyChangeKey(long long ptr ptr ptr long long ptr long long) NtNotifyChangeKey 124 stdcall NtOpenDirectoryObject(long long long) NtOpenDirectoryObject 125 stdcall NtOpenEvent(long long long) NtOpenEvent 126 stub NtOpenEventPair @@ -140,7 +140,7 @@ type win32 132 stub NtOpenProcess 133 stdcall NtOpenProcessToken(long long long) NtOpenProcessToken 134 stdcall NtOpenSection(long long long) NtOpenSection -135 stub NtOpenSemaphore +135 stdcall NtOpenSemaphore(long long ptr) NtOpenSemaphore 136 stdcall NtOpenSymbolicLinkObject (long long long) NtOpenSymbolicLinkObject 137 stub NtOpenThread 138 stdcall NtOpenThreadToken(long long long long) NtOpenThreadToken @@ -171,7 +171,7 @@ type win32 163 stdcall NtQuerySection (long long long long long) NtQuerySection 164 stdcall NtQuerySecurityObject (long long long long long) NtQuerySecurityObject 165 stdcall NtQuerySemaphore (long long long long long) NtQuerySemaphore -166 stub NtQuerySymbolicLinkObject +166 stdcall NtQuerySymbolicLinkObject(long ptr ptr) NtQuerySymbolicLinkObject 167 stub NtQuerySystemEnvironmentValue 168 stdcall NtQuerySystemInformation(long long long long) NtQuerySystemInformation 169 stdcall NtQuerySystemTime(ptr) GetSystemTimeAsFileTime @@ -189,18 +189,18 @@ type win32 181 stdcall NtRegisterThreadTerminatePort(long) NtRegisterThreadTerminatePort 182 stub NtReleaseMutant 183 stub NtReleaseProcessMutant -184 stub NtReleaseSemaphore +184 stdcall NtReleaseSemaphore(long long ptr) NtReleaseSemaphore 185 stub NtRemoveIoCompletion -186 stub NtReplaceKey +186 stdcall NtReplaceKey(ptr long ptr) NtReplaceKey 187 stub NtReplyPort 188 stdcall NtReplyWaitReceivePort(long long long long) NtReplyWaitReceivePort 189 stub NtReplyWaitReplyPort 190 stub NtRequestPort 191 stdcall NtRequestWaitReplyPort(long long long) NtRequestWaitReplyPort 192 stub NtResetEvent -193 stub NtRestoreKey +193 stdcall NtRestoreKey(long long long) NtRestoreKey 194 stdcall NtResumeThread(long long) NtResumeThread -195 stub NtSaveKey +195 stdcall NtSaveKey(long long) NtSaveKey 196 stub NtSetContextThread 197 stub NtSetDefaultHardErrorPort 198 stub NtSetDefaultLocale @@ -210,7 +210,7 @@ type win32 202 stub NtSetHighWaitLowEventPair 203 stub NtSetHighWaitLowThread 204 stdcall NtSetInformationFile(long long long long long) NtSetInformationFile -205 stub NtSetInformationKey +205 stdcall NtSetInformationKey(long long ptr long) NtSetInformationKey 206 stub NtSetInformationObject 207 stdcall NtSetInformationProcess(long long long long) NtSetInformationProcess 208 stdcall NtSetInformationThread(long long long long) NtSetInformationThread @@ -239,7 +239,7 @@ type win32 231 stdcall NtTerminateThread(long long) NtTerminateThread 232 stub NtTestAlert 233 stub NtUnloadDriver -234 stub NtUnloadKey +234 stdcall NtUnloadKey(long) NtUnloadKey 235 stub NtUnlockFile 236 stub NtUnlockVirtualMemory 237 stub NtUnmapViewOfSection @@ -392,11 +392,11 @@ type win32 384 stdcall RtlGetDaclSecurityDescriptor(ptr ptr ptr ptr) RtlGetDaclSecurityDescriptor 385 stub RtlGetElementGenericTable 386 stub RtlGetFullPathName_U -387 stub RtlGetGroupSecurityDescriptor +387 stdcall RtlGetGroupSecurityDescriptor(ptr ptr ptr) RtlGetGroupSecurityDescriptor 388 stub RtlGetLongestNtPathLength 389 stub RtlGetNtGlobalFlags 390 stdcall RtlGetNtProductType(ptr) RtlGetNtProductType -391 stub RtlGetOwnerSecurityDescriptor +391 stdcall RtlGetOwnerSecurityDescriptor(ptr ptr ptr) RtlGetOwnerSecurityDescriptor 392 stub RtlGetProcessHeaps 393 stdcall RtlGetSaclSecurityDescriptor(ptr ptr ptr ptr)RtlGetSaclSecurityDescriptor 394 stub RtlGetUserInfoHeap @@ -433,7 +433,7 @@ type win32 425 stub RtlLargeIntegerToChar 426 stdcall RtlLeaveCriticalSection(ptr) LeaveCriticalSection 427 stdcall RtlLengthRequiredSid(long) RtlLengthRequiredSid -428 stub RtlLengthSecurityDescriptor +428 stdcall RtlLengthSecurityDescriptor(ptr) RtlLengthSecurityDescriptor 429 stdcall RtlLengthSid(ptr) RtlLengthSid 430 stub RtlLocalTimeToSystemTime 431 stub RtlLockHeap @@ -506,7 +506,7 @@ type win32 498 stub RtlSubtreePredecessor 499 stub RtlSubtreeSuccessor 500 stdcall RtlSystemTimeToLocalTime (long long) RtlSystemTimeToLocalTime -501 stub RtlTimeFieldsToTime +501 stdcall RtlTimeFieldsToTime(ptr ptr) RtlTimeFieldsToTime 502 stdcall RtlTimeToElapsedTimeFields(long long) RtlTimeToElapsedTimeFields 503 stdcall RtlTimeToSecondsSince1970(ptr ptr) RtlTimeToSecondsSince1970 504 stdcall RtlTimeToSecondsSince1980(ptr ptr) RtlTimeToSecondsSince1980 @@ -536,7 +536,7 @@ type win32 528 stub RtlUpperString 529 stub RtlUsageHeap 530 stub RtlValidAcl -531 stub RtlValidSecurityDescriptor +531 stdcall RtlValidSecurityDescriptor(ptr) RtlValidSecurityDescriptor 532 stub RtlValidSid 533 stub RtlValidateHeap 534 stub RtlValidateProcessHeaps @@ -936,8 +936,8 @@ type win32 928 stub tan 929 cdecl tolower(long) tolower 930 cdecl toupper(long) toupper -931 stub towlower -932 stub towupper +931 cdecl towlower(long) towlower +932 cdecl towupper(long) towupper 933 cdecl vsprintf(ptr str ptr) CRTDLL_vsprintf 934 cdecl wcscat(wstr wstr) CRTDLL_wcscat 935 cdecl wcschr(wstr long) CRTDLL_wcschr diff --git a/dlls/ntdll/reg.c b/dlls/ntdll/reg.c index d8cc6646d5a..ae86486cc09 100644 --- a/dlls/ntdll/reg.c +++ b/dlls/ntdll/reg.c @@ -33,7 +33,7 @@ NTSTATUS WINAPI NtCreateKey( * NtDeleteKey [NTDLL] * ZwDeleteKey */ -NTSTATUS NtDeleteKey(HANDLE KeyHandle) +NTSTATUS WINAPI NtDeleteKey(HANDLE KeyHandle) { FIXME("(0x%08x) stub!\n", KeyHandle); @@ -91,7 +91,7 @@ NTSTATUS WINAPI NtEnumerateValueKey( * NtFlushKey [NTDLL] * ZwFlushKey */ -NTSTATUS NtFlushKey(HANDLE KeyHandle) +NTSTATUS WINAPI NtFlushKey(HANDLE KeyHandle) { FIXME("(0x%08x) stub!\n", KeyHandle); diff --git a/dlls/ole32/ole32.spec b/dlls/ole32/ole32.spec index c36719128fb..7114c706b5f 100644 --- a/dlls/ole32/ole32.spec +++ b/dlls/ole32/ole32.spec @@ -82,7 +82,7 @@ type win32 79 stub IsValidPtrIn 80 stub IsValidPtrOut 81 stub MkParseDisplayName - 82 stub MonikerCommonPrefixWith + 82 stdcall MonikerCommonPrefixWith(ptr ptr ptr) MonikerCommonPrefixWith 83 stub MonikerRelativePathTo 84 stdcall OleBuildVersion() OleBuildVersion 85 stub OleConvertIStorageToOLESTREAM diff --git a/dlls/oleaut32/oleaut32.spec b/dlls/oleaut32/oleaut32.spec index 0c557ef514f..d536f3aaecf 100644 --- a/dlls/oleaut32/oleaut32.spec +++ b/dlls/oleaut32/oleaut32.spec @@ -127,7 +127,7 @@ type win32 138 stdcall VarUI1FromBool(long ptr) VarUI1FromBool 146 stub DispCallFunc 147 stdcall VariantChangeTypeEx(ptr ptr long long long) VariantChangeTypeEx -148 stub SafeArrayPtrOfIndex +148 stdcall SafeArrayPtrOfIndex(ptr ptr ptr) SafeArrayPtrOfIndex 149 stdcall SysStringByteLen(ptr) SysStringByteLen 150 stdcall SysAllocStringByteLen(ptr long) SysAllocStringByteLen 160 stub CreateTypeLib @@ -157,7 +157,7 @@ type win32 200 stub GetErrorInfo 201 stub SetErrorInfo 202 stub CreateErrorInfo -205 stub VarI2FromI1 +205 stdcall VarI2FromI1(long ptr) VarI2FromI1 206 stdcall VarI2FromUI2(long ptr) VarI2FromUI2 207 stdcall VarI2FromUI4(long ptr) VarI2FromUI4 208 stub VarI2FromDec @@ -276,8 +276,8 @@ type win32 398 stub UserMSG_free_inst 399 stub UserMSG_free_local 410 stub DllCanUnloadNow -411 stub SafeArrayCreateVector -412 stub SafeArrayCopyData +411 stdcall SafeArrayCreateVector(long long long) SafeArrayCreateVector +412 stdcall SafeArrayCopyData(ptr ptr) SafeArrayCopyData 413 stub VectorFromBstr 414 stub BstrFromVector 415 stub OleIconToCursor diff --git a/dlls/olecli/olecli32.spec b/dlls/olecli/olecli32.spec index 8cb2407ae05..a3606b8c814 100644 --- a/dlls/olecli/olecli32.spec +++ b/dlls/olecli/olecli32.spec @@ -3,8 +3,8 @@ type win32 1 stub WEP 2 stub OleDelete - 3 stub OleSaveToStream - 4 stub OleLoadFromStream + 3 stdcall OleSaveToStream(ptr ptr) OleSaveToStream + 4 stdcall OleLoadFromStream(ptr ptr ptr) OleLoadFromStream 6 stub OleClone 7 stub OleCopyFromLink 8 stub OleEqual @@ -33,11 +33,11 @@ type win32 31 stub OleQueryOutOfDate 32 stub OleObjectConvert 33 stub OleCreateFromTemplate - 34 stub OleCreate + 34 stdcall OleCreate(ptr ptr long ptr ptr ptr ptr) OleCreate 35 stub OleQueryReleaseStatus 36 stub OleQueryReleaseError 37 stub OleQueryReleaseMethod - 38 stub OleCreateFromFile + 38 stdcall OleCreateFromFile(ptr ptr ptr long ptr ptr ptr ptr) OleCreateFromFile 39 stub OleCreateLinkFromFile 40 stub OleRelease 41 stdcall OleRegisterClientDoc(str str long ptr) OleRegisterClientDoc diff --git a/dlls/psapi/psapi.spec b/dlls/psapi/psapi.spec dissimilarity index 94% index 59b31db7a15..9e87e77f306 100644 --- a/dlls/psapi/psapi.spec +++ b/dlls/psapi/psapi.spec @@ -1,21 +1,21 @@ -name psapi -type win32 - - 1 stub EmptyWorkingSet - 2 stub EnumDeviceDrivers - 3 stub EnumProcessModules - 4 stub EnumProcesses - 5 stub GetDeviceDriverBaseNameA - 6 stub GetDeviceDriverBaseNameW - 7 stub GetDeviceDriverFileNameA - 8 stub GetDeviceDriverFileNameW - 9 stub GetMappedFileNameA - 10 stub GetMappedFileNameW - 11 stub GetModuleBaseNameA - 12 stub GetModuleBaseNameW - 13 stub GetModuleFileNameExA - 14 stub GetModuleFileNameExW - 15 stub GetModuleInformation - 16 stub GetProcessMemoryInfo - 17 stub GetWsChanges - 18 stub InitializeProcessForWsWatch +name psapi +type win32 + + 1 stdcall EmptyWorkingSet(long) EmptyWorkingSet + 2 stdcall EnumDeviceDrivers(ptr long ptr) EnumDeviceDrivers + 3 stdcall EnumProcessModules(long ptr long ptr) EnumProcessModules + 4 stdcall EnumProcesses(ptr long ptr) EnumProcesses + 5 stdcall GetDeviceDriverBaseNameA(ptr str long) GetDeviceDriverBaseNameA + 6 stdcall GetDeviceDriverBaseNameW(ptr wstr long) GetDeviceDriverBaseNameW + 7 stdcall GetDeviceDriverFileNameA(ptr str long) GetDeviceDriverFileNameA + 8 stdcall GetDeviceDriverFileNameW(ptr wstr long) GetDeviceDriverFileNameW + 9 stdcall GetMappedFileNameA(long ptr str long) GetMappedFileNameA + 10 stdcall GetMappedFileNameW(long ptr wstr long) GetMappedFileNameW + 11 stdcall GetModuleBaseNameA(long long str long) GetModuleBaseNameA + 12 stdcall GetModuleBaseNameW(long long wstr long) GetModuleBaseNameW + 13 stdcall GetModuleFileNameExA(long long str long) GetModuleFileNameExA + 14 stdcall GetModuleFileNameExW(long long wstr long) GetModuleFileNameExW + 15 stdcall GetModuleInformation(long long ptr long) GetModuleInformation + 16 stdcall GetProcessMemoryInfo(long ptr long) GetProcessMemoryInfo + 17 stdcall GetWsChanges(long ptr long) GetWsChanges + 18 stdcall InitializeProcessForWsWatch(long) InitializeProcessForWsWatch diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 022593ae376..c41852f3d37 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -78,7 +78,7 @@ init Shell32LibMain 70 stdcall SHCreateDefClassObject(long long long long long)SHCreateDefClassObject 71 stdcall Shell_GetImageList(ptr ptr) Shell_GetImageList 72 stdcall Shell_GetCachedImageIndex(ptr ptr long) Shell_GetCachedImageIndexA # ASCII!!! - 73 stub SHShellFolderView_Message + 73 stdcall SHShellFolderView_Message(long long long) SHShellFolderView_Message 74 stub SHCreateStdEnumFmtEtc 75 stdcall PathYetAnotherMakeUniqueName(ptr ptr) PathYetAnotherMakeUniqueNameA 76 stub DragQueryInfo diff --git a/dlls/shell32/shlwapi.spec b/dlls/shell32/shlwapi.spec index f049d258c0d..f74ab99a77f 100644 --- a/dlls/shell32/shlwapi.spec +++ b/dlls/shell32/shlwapi.spec @@ -215,19 +215,19 @@ type win32 212 stub PathIsPrefixW 213 stdcall PathIsRelativeA (ptr) PathIsRelativeA 214 stdcall PathIsRelativeW (ptr) PathIsRelativeW -215 stub PathIsRootA -216 stub PathIsRootW +215 stdcall PathIsRootA(str) PathIsRootA +216 stdcall PathIsRootW(wstr) PathIsRootW 217 stub PathIsSameRootA 218 stub PathIsSameRootW 219 stub PathIsSystemFolderA 220 stub PathIsSystemFolderW -221 stub PathIsUNCA +221 stdcall PathIsUNCA (ptr) PathIsUNCA 222 stub PathIsUNCServerA 223 stub PathIsUNCServerShareA 224 stub PathIsUNCServerShareW 225 stub PathIsUNCServerW 226 stdcall PathIsUNCW (ptr) PathIsUNCW -227 stdcall PathIsURLA (ptr) PathIsUNCA +227 stub PathIsURLA 228 stub PathIsURLW 229 stub PathMakePrettyA 230 stub PathMakePrettyW @@ -245,8 +245,8 @@ type win32 242 stub PathRemoveArgsW 243 stdcall PathRemoveBackslashA (ptr) PathRemoveBackslashA 244 stdcall PathRemoveBackslashW (ptr) PathRemoveBackslashW -245 stub PathRemoveBlanksA -246 stub PathRemoveBlanksW +245 stdcall PathRemoveBlanksA(str) PathRemoveBlanksA +246 stdcall PathRemoveBlanksW(wstr) PathRemoveBlanksW 247 stub PathRemoveExtensionA 248 stub PathRemoveExtensionW 249 stdcall PathRemoveFileSpecA (str) PathRemoveFileSpecA @@ -336,8 +336,8 @@ type win32 333 stub StrCpyW 334 stub StrDupA 335 stub StrDupW -336 stub StrFormatByteSizeA -337 stub StrFormatByteSizeW +336 stdcall StrFormatByteSizeA(long str long) StrFormatByteSizeA +337 stdcall StrFormatByteSizeW(long wstr long) StrFormatByteSizeW 338 stub StrFromTimeIntervalA 339 stub StrFromTimeIntervalW 340 stub StrIsIntlEqualA diff --git a/dlls/win32s/w32skrnl.spec b/dlls/win32s/w32skrnl.spec index fd02cde732f..dc795f650ef 100644 --- a/dlls/win32s/w32skrnl.spec +++ b/dlls/win32s/w32skrnl.spec @@ -17,7 +17,7 @@ type win32 14 stdcall _kGetWin32sDirectory@0() GetWin32sDirectory 15 stub _sprintf 16 stub _KIsDBCSLeadByte@4 -17 stub W32S_BackTo32 +17 forward W32S_BackTo32 KERNEL32.W32S_BackTo32 18 stub _KGetDbgFlags32 19 stub SelToFlat 20 stub _FreeKernelHeap@4 diff --git a/dlls/winspool/winspool.spec b/dlls/winspool/winspool.spec index cdb2921e0a7..f039a6fe712 100644 --- a/dlls/winspool/winspool.spec +++ b/dlls/winspool/winspool.spec @@ -58,7 +58,7 @@ init WINSPOOL_EntryPoint 153 stub DeviceMode 154 stub DocumentEvent 155 stdcall DocumentPropertiesA(long long ptr ptr ptr long) DocumentPropertiesA -156 stub DocumentPropertiesW +156 stdcall DocumentPropertiesW(long long ptr ptr ptr long) DocumentPropertiesW 157 stub EXTDEVICEMODE 158 stub EndDocPrinter 159 stub EndPagePrinter diff --git a/dlls/wnaspi32/wnaspi32.spec b/dlls/wnaspi32/wnaspi32.spec index 2ff2d02acc3..b9231abbda9 100644 --- a/dlls/wnaspi32/wnaspi32.spec +++ b/dlls/wnaspi32/wnaspi32.spec @@ -3,5 +3,5 @@ type win32 1 stdcall GetASPI32SupportInfo() GetASPI32SupportInfo 2 cdecl SendASPI32Command(ptr) SendASPI32Command -4 stub GetASPI32DLLVersion +4 stdcall GetASPI32DLLVersion() GetASPI32DLLVersion 7 stub OrdinalOnlyExport diff --git a/relay32/kernel32.spec b/relay32/kernel32.spec index a9769ee8ebc..183cfb09779 100644 --- a/relay32/kernel32.spec +++ b/relay32/kernel32.spec @@ -301,7 +301,7 @@ import ntdll.dll 283 stub GetCommConfig 284 stdcall GetCommMask(long ptr) GetCommMask 285 stdcall GetCommModemStatus(long ptr) GetCommModemStatus -286 stub GetCommProperties +286 stdcall GetCommProperties(long ptr) GetCommProperties 287 stdcall GetCommState(long ptr) GetCommState 288 stdcall GetCommTimeouts(long ptr) GetCommTimeouts 289 stdcall GetCommandLineA() GetCommandLineA @@ -586,7 +586,6 @@ import ntdll.dll 568 stdcall ReadConsoleA(long ptr long ptr ptr) ReadConsoleA 569 stdcall ReadConsoleInputA(long ptr long ptr) ReadConsoleInputA 570 stdcall ReadConsoleInputW(long ptr long ptr) ReadConsoleInputW -570 stub ReadConsoleInputW 571 stub ReadConsoleOutputA 572 stub ReadConsoleOutputAttribute 573 stdcall ReadConsoleOutputCharacterA(long ptr long long ptr) ReadConsoleOutputCharacterA @@ -686,7 +685,7 @@ import ntdll.dll 667 stub SetTapeParameters 668 stub SetTapePosition 669 stdcall SetThreadAffinityMask(long long) SetThreadAffinityMask -670 stub SetThreadContext +670 stdcall SetThreadContext(long ptr) SetThreadContext 671 stdcall SetThreadLocale(long) SetThreadLocale 672 stdcall SetThreadPriority(long long) SetThreadPriority 673 stdcall SetTimeZoneInformation(ptr) SetTimeZoneInformation diff --git a/relay32/user32.spec b/relay32/user32.spec index e64d41f565b..305bfebb572 100644 --- a/relay32/user32.spec +++ b/relay32/user32.spec @@ -169,7 +169,7 @@ init MAIN_UserInit 165 stdcall DrawTextExA(long str long ptr long ptr) DrawTextExA 166 stdcall DrawTextExW(long wstr long ptr long ptr) DrawTextExW 167 stdcall DrawTextW(long wstr long ptr long) DrawTextW -168 stub EditWndProc +168 stdcall EditWndProc(long long long long) EditWndProc 169 stdcall EmptyClipboard() EmptyClipboard 170 stdcall EnableMenuItem(long long long) EnableMenuItem 171 stdcall EnableScrollBar(long long long) EnableScrollBar @@ -388,7 +388,7 @@ init MAIN_UserInit 384 stdcall MapVirtualKeyExA(long long long) MapVirtualKeyEx32A 385 stdcall MapVirtualKeyW(long long) MapVirtualKeyA 386 stdcall MapWindowPoints(long long ptr long) MapWindowPoints -387 stdcall MenuItemFromPoint() MenuItemFromPoint +387 stdcall MenuItemFromPoint(long long long long) MenuItemFromPoint 388 stub MenuWindowProcA 389 stub MenuWindowProcW 390 stdcall MessageBeep(long) MessageBeep @@ -555,7 +555,7 @@ init MAIN_UserInit 551 stdcall TranslateAccelerator(long long ptr) TranslateAccelerator 552 stdcall TranslateAcceleratorA(long long ptr) TranslateAccelerator 553 stdcall TranslateAcceleratorW(long long ptr) TranslateAccelerator -554 stub TranslateCharsetInfo +554 stdcall TranslateCharsetInfo(ptr ptr long) TranslateCharsetInfo 555 stdcall TranslateMDISysAccel(long ptr) TranslateMDISysAccel 556 stdcall TranslateMessage(ptr) TranslateMessage 557 stdcall UnhookWindowsHook(long ptr) UnhookWindowsHook -- 2.11.4.GIT