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
c2fae439
Commit
c2fae439
authored
Feb 16, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 16, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
olecli.dll16: Enable compilation with long types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
430c8754
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
Makefile.in
dlls/olecli.dll16/Makefile.in
+0
-1
olecli.c
dlls/olecli.dll16/olecli.c
+7
-7
No files found.
dlls/olecli.dll16/Makefile.in
View file @
c2fae439
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
olecli.dll16
MODULE
=
olecli.dll16
IMPORTS
=
gdi32
IMPORTS
=
gdi32
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,olecli32.dll
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,olecli32.dll
...
...
dlls/olecli.dll16/olecli.c
View file @
c2fae439
...
@@ -89,7 +89,7 @@ static LONG OLE_current_handle;
...
@@ -89,7 +89,7 @@ static LONG OLE_current_handle;
*/
*/
OLESTATUS
WINAPI
OleSavedClientDoc16
(
LHCLIENTDOC
hDoc
)
OLESTATUS
WINAPI
OleSavedClientDoc16
(
LHCLIENTDOC
hDoc
)
{
{
FIXME
(
"(%d: stub
\n
"
,
hDoc
);
FIXME
(
"(%
l
d: stub
\n
"
,
hDoc
);
return
OLE_OK
;
return
OLE_OK
;
}
}
...
@@ -109,7 +109,7 @@ OLESTATUS WINAPI OleRegisterClientDoc16(LPCSTR classname, LPCSTR docname,
...
@@ -109,7 +109,7 @@ OLESTATUS WINAPI OleRegisterClientDoc16(LPCSTR classname, LPCSTR docname,
*/
*/
OLESTATUS
WINAPI
OleRenameClientDoc16
(
LHCLIENTDOC
hDoc
,
LPCSTR
newName
)
OLESTATUS
WINAPI
OleRenameClientDoc16
(
LHCLIENTDOC
hDoc
,
LPCSTR
newName
)
{
{
FIXME
(
"(%d,%s,...): stub
\n
"
,
hDoc
,
newName
);
FIXME
(
"(%
l
d,%s,...): stub
\n
"
,
hDoc
,
newName
);
return
OLE_OK
;
return
OLE_OK
;
}
}
...
@@ -118,7 +118,7 @@ OLESTATUS WINAPI OleRenameClientDoc16(LHCLIENTDOC hDoc, LPCSTR newName)
...
@@ -118,7 +118,7 @@ OLESTATUS WINAPI OleRenameClientDoc16(LHCLIENTDOC hDoc, LPCSTR newName)
*/
*/
OLESTATUS
WINAPI
OleRevokeClientDoc16
(
LHCLIENTDOC
hServerDoc
)
OLESTATUS
WINAPI
OleRevokeClientDoc16
(
LHCLIENTDOC
hServerDoc
)
{
{
FIXME
(
"(%d): stub
\n
"
,
hServerDoc
);
FIXME
(
"(%
l
d): stub
\n
"
,
hServerDoc
);
return
OLE_OK
;
return
OLE_OK
;
}
}
...
@@ -127,7 +127,7 @@ OLESTATUS WINAPI OleRevokeClientDoc16(LHCLIENTDOC hServerDoc)
...
@@ -127,7 +127,7 @@ OLESTATUS WINAPI OleRevokeClientDoc16(LHCLIENTDOC hServerDoc)
*/
*/
OLESTATUS
WINAPI
OleRevertClientDoc16
(
LHCLIENTDOC
hServerDoc
)
OLESTATUS
WINAPI
OleRevertClientDoc16
(
LHCLIENTDOC
hServerDoc
)
{
{
FIXME
(
"(%d): stub
\n
"
,
hServerDoc
);
FIXME
(
"(%
l
d): stub
\n
"
,
hServerDoc
);
return
OLE_OK
;
return
OLE_OK
;
}
}
...
@@ -136,7 +136,7 @@ OLESTATUS WINAPI OleRevertClientDoc16(LHCLIENTDOC hServerDoc)
...
@@ -136,7 +136,7 @@ OLESTATUS WINAPI OleRevertClientDoc16(LHCLIENTDOC hServerDoc)
*/
*/
OLESTATUS
WINAPI
OleEnumObjects16
(
LHCLIENTDOC
hServerDoc
,
SEGPTR
data
)
OLESTATUS
WINAPI
OleEnumObjects16
(
LHCLIENTDOC
hServerDoc
,
SEGPTR
data
)
{
{
FIXME
(
"(%d, %04x:%04x): stub
\n
"
,
hServerDoc
,
HIWORD
(
data
),
FIXME
(
"(%
l
d, %04x:%04x): stub
\n
"
,
hServerDoc
,
HIWORD
(
data
),
LOWORD
(
data
));
LOWORD
(
data
));
return
OLE_OK
;
return
OLE_OK
;
}
}
...
@@ -148,7 +148,7 @@ OLESTATUS WINAPI OleCreateLinkFromClip16( LPCSTR name, SEGPTR olecli, LHCLIENTDO
...
@@ -148,7 +148,7 @@ OLESTATUS WINAPI OleCreateLinkFromClip16( LPCSTR name, SEGPTR olecli, LHCLIENTDO
LPCSTR
xname
,
SEGPTR
lpoleob
,
UINT16
render
,
LPCSTR
xname
,
SEGPTR
lpoleob
,
UINT16
render
,
UINT16
clipformat
)
UINT16
clipformat
)
{
{
FIXME
(
"(%s, %04x:%04x, %d, %s, %04x:%04x, %d, %d): stub!
\n
"
,
FIXME
(
"(%s, %04x:%04x, %
l
d, %s, %04x:%04x, %d, %d): stub!
\n
"
,
name
,
HIWORD
(
olecli
),
LOWORD
(
olecli
),
hclientdoc
,
xname
,
HIWORD
(
lpoleob
),
name
,
HIWORD
(
olecli
),
LOWORD
(
olecli
),
hclientdoc
,
xname
,
HIWORD
(
lpoleob
),
LOWORD
(
lpoleob
),
render
,
clipformat
);
LOWORD
(
lpoleob
),
render
,
clipformat
);
return
OLE_OK
;
return
OLE_OK
;
...
@@ -195,7 +195,7 @@ OLESTATUS WINAPI OleCreateFromClip16( LPCSTR name, SEGPTR olecli, LHCLIENTDOC hc
...
@@ -195,7 +195,7 @@ OLESTATUS WINAPI OleCreateFromClip16( LPCSTR name, SEGPTR olecli, LHCLIENTDOC hc
LPCSTR
xname
,
SEGPTR
lpoleob
,
LPCSTR
xname
,
SEGPTR
lpoleob
,
UINT16
render
,
UINT16
clipformat
)
UINT16
render
,
UINT16
clipformat
)
{
{
FIXME
(
"(%s, %04x:%04x, %d, %s, %04x:%04x, %d, %d): stub!
\n
"
,
FIXME
(
"(%s, %04x:%04x, %
l
d, %s, %04x:%04x, %d, %d): stub!
\n
"
,
name
,
HIWORD
(
olecli
),
LOWORD
(
olecli
),
hclientdoc
,
xname
,
HIWORD
(
lpoleob
),
name
,
HIWORD
(
olecli
),
LOWORD
(
olecli
),
hclientdoc
,
xname
,
HIWORD
(
lpoleob
),
LOWORD
(
lpoleob
),
render
,
clipformat
);
LOWORD
(
lpoleob
),
render
,
clipformat
);
return
OLE_OK
;
return
OLE_OK
;
...
...
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