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
09951760
Commit
09951760
authored
Sep 07, 2008
by
Reece Dunn
Committed by
Alexandre Julliard
Sep 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Fixed building on msvc.
parent
2ca3a80b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
intshcut.c
dlls/shdocvw/tests/intshcut.c
+3
-3
No files found.
dlls/shdocvw/tests/intshcut.c
View file @
09951760
...
...
@@ -39,7 +39,7 @@
#include "wine/test.h"
static
WINAPI
HRESULT
Unknown_QueryInterface
(
IUnknown
*
pUnknown
,
REFIID
riid
,
void
**
ppvObject
)
static
HRESULT
WINAPI
Unknown_QueryInterface
(
IUnknown
*
pUnknown
,
REFIID
riid
,
void
**
ppvObject
)
{
if
(
IsEqualGUID
(
&
IID_IUnknown
,
riid
))
{
...
...
@@ -49,12 +49,12 @@ static WINAPI HRESULT Unknown_QueryInterface(IUnknown *pUnknown, REFIID riid, vo
return
E_NOINTERFACE
;
}
static
WINAPI
ULONG
Unknown_AddRef
(
IUnknown
*
pUnknown
)
static
ULONG
WINAPI
Unknown_AddRef
(
IUnknown
*
pUnknown
)
{
return
2
;
}
static
WINAPI
ULONG
Unknown_Release
(
IUnknown
*
pUnknown
)
static
ULONG
WINAPI
Unknown_Release
(
IUnknown
*
pUnknown
)
{
return
1
;
}
...
...
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