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
80c53b33
Commit
80c53b33
authored
Nov 12, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Added DECLSPEC_HOTPATCHABLE to a few more functions.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
62e290ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
compobj.c
dlls/ole32/compobj.c
+2
-2
ole2.c
dlls/ole32/ole2.c
+2
-2
ole2stubs.c
dlls/ole32/ole2stubs.c
+3
-1
No files found.
dlls/ole32/compobj.c
View file @
80c53b33
...
...
@@ -1025,7 +1025,7 @@ static HRESULT get_local_server_stream(APARTMENT *apt, IStream **ret)
* SEE ALSO
* CoRegisterClassObject
*/
HRESULT
WINAPI
CoRevokeClassObject
(
HRESULT
WINAPI
DECLSPEC_HOTPATCH
CoRevokeClassObject
(
DWORD
dwRegister
)
{
HRESULT
hr
=
E_INVALIDARG
;
...
...
@@ -3326,7 +3326,7 @@ HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstanceEx(
/***********************************************************************
* CoGetInstanceFromFile [OLE32.@]
*/
HRESULT
WINAPI
CoGetInstanceFromFile
(
HRESULT
WINAPI
DECLSPEC_HOTPATCH
CoGetInstanceFromFile
(
COSERVERINFO
*
server_info
,
CLSID
*
rclsid
,
IUnknown
*
outer
,
...
...
dlls/ole32/ole2.c
View file @
80c53b33
...
...
@@ -171,7 +171,7 @@ DWORD WINAPI OleBuildVersion(void)
/***********************************************************************
* OleInitialize (OLE32.@)
*/
HRESULT
WINAPI
OleInitialize
(
LPVOID
reserved
)
HRESULT
WINAPI
DECLSPEC_HOTPATCH
OleInitialize
(
LPVOID
reserved
)
{
HRESULT
hr
;
...
...
@@ -1235,7 +1235,7 @@ HRESULT WINAPI OleSetContainedObject(
* Success: S_OK.
* Failure: Any HRESULT code.
*/
HRESULT
WINAPI
OleRun
(
LPUNKNOWN
pUnknown
)
HRESULT
WINAPI
DECLSPEC_HOTPATCH
OleRun
(
LPUNKNOWN
pUnknown
)
{
IRunnableObject
*
runable
;
HRESULT
hres
;
...
...
dlls/ole32/ole2stubs.c
View file @
80c53b33
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"
...
...
@@ -63,7 +65,7 @@ HGLOBAL WINAPI OleGetIconOfClass(REFCLSID rclsid, LPOLESTR lpszLabel, BOOL fUseT
/***********************************************************************
* OleRegEnumFormatEtc [OLE32.@]
*/
HRESULT
WINAPI
OleRegEnumFormatEtc
(
HRESULT
WINAPI
DECLSPEC_HOTPATCH
OleRegEnumFormatEtc
(
REFCLSID
clsid
,
DWORD
dwDirection
,
LPENUMFORMATETC
*
ppenumFormatetc
)
...
...
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