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
5dbf835b
Commit
5dbf835b
authored
Sep 11, 2003
by
Robert Shearman
Committed by
Alexandre Julliard
Sep 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add proper names to ordinal-only functions.
parent
7b2d0135
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
116 additions
and
112 deletions
+116
-112
comctl32.spec
dlls/comctl32/comctl32.spec
+10
-10
comctl32undoc.c
dlls/comctl32/comctl32undoc.c
+4
-4
shdocvw.spec
dlls/shdocvw/shdocvw.spec
+96
-92
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+6
-6
No files found.
dlls/comctl32/comctl32.spec
View file @
5dbf835b
...
...
@@ -94,8 +94,8 @@
386 stdcall -noname DPA_DestroyCallback(ptr ptr long)
387 stdcall -noname DSA_EnumCallback(ptr ptr long)
388 stdcall -noname DSA_DestroyCallback(ptr ptr long)
389 stub
@
390 stub
@
389 stub
-noname SHGetProcessDword
390 stub
-noname ImageList_SetColorTable
400 stdcall -noname CreateMRUListW(ptr)
401 stdcall -noname AddMRUStringW(long wstr)
402 stdcall -noname FindMRUStringW(long wstr ptr)
...
...
@@ -105,14 +105,14 @@
411 stdcall GetWindowSubclass(long ptr long ptr)
412 stdcall RemoveWindowSubclass(long ptr long)
413 stdcall DefSubclassProc(long long long long)
414 stub
@
415 stdcall
@(long long long long long) COMCTL32_415
416 stub
@
417 stdcall
@(long long long long ptr wstr long ptr) COMCTL32_417
418 stub
@
419 stdcall
@(long long long long) COMCTL32_419
420 stub
@
421 stub
@
414 stub
-noname MirrorIcon
415 stdcall
-noname DrawTextWrap(long long long long long)
416 stub
-noname DrawTextExPrivWrap
417 stdcall
-noname ExtTextOutWrap(long long long long ptr wstr long ptr)
418 stub
-noname GetCharWidthWrap
419 stdcall
-noname GetTextExtentPointWrap(long long long long)
420 stub
-noname GetTextExtentPoint32Wrap
421 stub
-noname TextOutWrap
# Functions imported by name
...
...
dlls/comctl32/comctl32undoc.c
View file @
5dbf835b
...
...
@@ -165,7 +165,7 @@ DPA_LoadStream (HDPA *phDpa, DPALOADPROC loadProc, IStream *pStream, LPARAM lPar
/* store the handle to the dpa */
*
phDpa
=
hDpa
;
FIXME
(
"new hDpa=%p
\n
"
,
hDpa
);
FIXME
(
"new hDpa=%p
, errorcode=%lx
\n
"
,
hDpa
,
errCode
);
return
errCode
;
}
...
...
@@ -2741,7 +2741,7 @@ INT WINAPI COMCTL32_StrSpnW( LPWSTR lpStr, LPWSTR lpSet) {
* Parameter 1 is an HWND, you're on your own for the rest.
*/
BOOL
WINAPI
COMCTL32_415
(
HWND
hwnd
,
DWORD
b
,
DWORD
c
,
DWORD
d
,
DWORD
e
)
BOOL
WINAPI
DrawTextWrap
(
HWND
hwnd
,
DWORD
b
,
DWORD
c
,
DWORD
d
,
DWORD
e
)
{
FIXME
(
"(%p, %lx, %lx, %lx, %lx): stub!
\n
"
,
hwnd
,
b
,
c
,
d
,
e
);
...
...
@@ -2753,7 +2753,7 @@ BOOL WINAPI COMCTL32_415( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e)
* @ [COMCTL32.417]
*
*/
BOOL
WINAPI
COMCTL32_417
(
HDC
hdc
,
INT
x
,
INT
y
,
UINT
flags
,
const
RECT
*
lprect
,
BOOL
WINAPI
ExtTextOutWrap
(
HDC
hdc
,
INT
x
,
INT
y
,
UINT
flags
,
const
RECT
*
lprect
,
LPCWSTR
str
,
UINT
count
,
const
INT
*
lpDx
)
{
return
ExtTextOutW
(
hdc
,
x
,
y
,
flags
,
lprect
,
str
,
count
,
lpDx
);
...
...
@@ -2765,7 +2765,7 @@ BOOL WINAPI COMCTL32_417(HDC hdc, INT x, INT y, UINT flags, const RECT *lprect,
* FIXME: What's this supposed to do?
*/
BOOL
WINAPI
COMCTL32_419
(
DWORD
a
,
DWORD
b
,
DWORD
c
,
DWORD
d
)
BOOL
WINAPI
GetTextExtentPointWrap
(
DWORD
a
,
DWORD
b
,
DWORD
c
,
DWORD
d
)
{
FIXME
(
"(%lx, %lx, %lx, %lx): stub!
\n
"
,
a
,
b
,
c
,
d
);
...
...
dlls/shdocvw/shdocvw.spec
View file @
5dbf835b
# ordinal exports
101 stub
@
102 stub
@
103 stub
@
104 stub
@
105 stub
@
101 stub
-noname IEWinMain
102 stub
-noname CreateShortcutInDirA
103 stub
-noname CreateShortcutInDirW
104 stub
-noname WhichPlatformFORWARD
105 stub
-noname CreateShortcutInDirEx
106 stub HlinkFindFrame
107 stub SetShellOfflineState
108 stub AddUrlToFavorites
110 stdcall SHDOCVW_110() SHDOCVW_110
111 stub @
115 stub @
116 stub @
117 stub IEAboutBox
118 stdcall SHDOCVW_118(long) SHDOCVW_118
119 stub @
120 stub @
121 stub @
122 stub @
123 stub @
125 stdcall SHDOCVW_125() SHDOCVW_125
130 stub @
131 stub @
135 stub @
136 stub @
137 stub @
138 stub @
139 stub @
140 stub @
141 stub @
142 stub @
143 stub @
145 stub @
146 stub @
147 stub @
148 stub @
149 stub @
150 stub @
151 stub @
152 stub @
153 stub @
158 stub @
159 stub @
160 stub @
161 stub @
162 stub @
110 stdcall -noname WinList_Init()
111 stub -noname WinList_Terminate
115 stub -noname CreateFromDesktop
116 stub -noname DDECreatePostNotify
117 stub -noname DDEHandleViewFolderNotify
@ stub IEAboutBox
118 stdcall -noname ShellDDEInit(long)
119 stub -noname SHCreateDesktop
120 stub -noname SHDesktopMessageLoop
121 stub -noname StopWatchModeFORWARD
122 stub -noname StopWatchFlushFORWARD
123 stub -noname StopWatchFORWARD
125 stdcall -noname RunInstallUninstallStubs()
130 stub -noname RunInstallUninstallStubs2
131 stub -noname SHCreateSplashScreen
135 stub -noname IsFileUrl
136 stub -noname IsFileUrlW
137 stub -noname PathIsFilePath
138 stub -noname URLSubLoadString
139 stub -noname OpenPidlOrderStream
140 stub -noname DragDrop
141 stub -noname IEInvalidateImageList
142 stub -noname IEMapPIDLToSystemImageListIndex
143 stub -noname ILIsWeb
145 stub -noname IEGetAttributesOf
146 stub -noname IEBindToObject
147 stub -noname IEGetNameAndFlags
148 stub -noname IEGetDisplayName
149 stub -noname IEBindToObjectEx
150 stub -noname _GetStdLocation
151 stub -noname URLSubRegQueryA
152 stub -noname CShellUIHelper_CreateInstance2
153 stub -noname IsURLChild
158 stub -noname SHRestricted2A
159 stub -noname SHRestricted2W
160 stub -noname SHIsRestricted2W
161 stub @ # CSearchAssistantOC::OnDraw
162 stub -noname CDDEAuto_Navigate
163 stub SHAddSubscribeFavorite
164 stub
@
165 stub
@
167 stub
@
169 stub
@
170 stub
@
171 stub
@
172 stub
@
173 stub
@
174 stub
@
175 stub
@
176 stub
@
177 stub
@
178 stub
@
179 stub
@
180 stub
@
181 stub
@
183 stub
@
185 stub
@
187 stub
@
188 stub
@
189 stub
@
190 stub
@
191 stub
@
192 stub
@
194 stub
@
195 stub
@
196 stub
@
197 stub
@
198 stub
@
164 stub
-noname ResetProfileSharing
165 stub
-noname URLSubstitution
167 stub
-noname IsIEDefaultBrowser
169 stub
-noname ParseURLFromOutsideSourceA
170 stub
-noname ParseURLFromOutsideSourceW
171 stub
-noname _DeletePidlDPA
172 stub
-noname IURLQualify
173 stub
-noname SHIsRestricted
174 stub
-noname SHIsGlobalOffline
175 stub
-noname DetectAndFixAssociations
176 stub
-noname EnsureWebViewRegSettings
177 stub
-noname WinList_NotifyNewLocation
178 stub
-noname WinList_FindFolderWindow
179 stub
-noname WinList_GetShellWindows
180 stub
-noname WinList_RegisterPending
181 stub
-noname WinList_Revoke
183 stub
-noname SHMapNbspToSp
185 stub
-noname FireEvent_Quit
187 stub
-noname SHDGetPageLocation
188 stub
-noname SHIEErrorMsgBox
189 stub
-noname IEGetDisplayName
190 stub
-noname SHRunIndirectRegClientCommandForward
191 stub
-noname SHIsRegisteredClient
192 stub
-noname SHGetHistoryPIDL
194 stub
-noname IECleanUpAutomationObject
195 stub
-noname IEOnFirstBrowserCreation
196 stub
-noname IEDDE_WindowDestroyed
197 stub
-noname IEDDE_NewWindow
198 stub
-noname IsErrorUrl
199 stub @
200 stub
@
203 stub
@
204 stub
@
208 stub
@
209 stub
@
210 stub
@
211 stub
@
212 stub
@
213 stub
@
214 stub
@
215 stub
@
216 stub
@
217 stub
@
218 stub
@
219 stub
@
200 stub
-noname SHGetViewStream
203 stub
-noname NavToUrlUsingIEA
204 stub
-noname NavToUrlUsingIEW
208 stub
-noname SearchForElementInHead
209 stub
-noname JITCoCreateInstance
210 stub
-noname UrlHitsNetW
211 stub
-noname ClearAutoSuggestForForms
212 stub
-noname GetLinkInfo
213 stub
-noname UseCustomInternetSearch
214 stub
-noname GetSearchAssistantUrlW
215 stub
-noname GetSearchAssistantUrlA
216 stub
-noname GetDefaultInternetSearchUrlW
217 stub
-noname GetDefaultInternetSearchUrlA
218 stub
-noname IEParseDisplayNameWithBCW
219 stub
-noname IEILIsEqual
220 stub @
221 stub @
222 stub @
223 stub @
224 stub @
225 stub @
226 stub @
221 stub -noname IECreateFromPathCPWithBCA
222 stub -noname IECreateFromPathCPWithBCW
223 stub -noname ResetWebSettings
224 stub -noname IsResetWebSettingsRequired
225 stub -noname PrepareURLForDisplayUTF8W
226 stub -noname IEIsLinkSafe
227 stub -noname SHUseClassicToolbarGlyphs
228 stub -noname SafeOpenPromptForShellExec
229 stub -noname SafeOpenPromptForPackager
@ stdcall -private DllCanUnloadNow() SHDOCVW_DllCanUnloadNow
@ stdcall -private DllGetClassObject(long long ptr) SHDOCVW_DllGetClassObject
...
...
dlls/shdocvw/shdocvw_main.c
View file @
5dbf835b
...
...
@@ -82,36 +82,36 @@ HRESULT WINAPI SHDOCVW_DllInstall(BOOL bInstall, LPCWSTR cmdline)
}
/***********************************************************************
*
SHDOCVW_110
(SHDOCVW.110)
*
@
(SHDOCVW.110)
*
* Called by Win98 explorer.exe main binary, definitely has 0
* parameters.
*/
DWORD
WINAPI
SHDOCVW_110
(
void
)
DWORD
WINAPI
WinList_Init
(
void
)
{
FIXME
(
"(), stub!
\n
"
);
return
0x0deadfeed
;
}
/***********************************************************************
*
SHDOCVW_118
(SHDOCVW.118)
*
@
(SHDOCVW.118)
*
* Called by Win98 explorer.exe main binary, definitely has only one
* parameter.
*/
DWORD
WINAPI
S
HDOCVW_118
(
DWORD
dw1
)
DWORD
WINAPI
S
hellDDEInit
(
DWORD
dw1
)
{
FIXME
(
"(%08lx), stub!
\n
"
,
dw1
);
return
0xcafedead
;
}
/***********************************************************************
*
SHDOCVW_125
(SHDOCVW.125)
*
@
(SHDOCVW.125)
*
* Called by Win98 explorer.exe main binary, definitely has 0
* parameters.
*/
DWORD
WINAPI
SHDOCVW_125
(
void
)
DWORD
WINAPI
RunInstallUninstallStubs
(
void
)
{
FIXME
(
"(), stub!
\n
"
);
return
0x0deadbee
;
...
...
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