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
ec0645c9
Commit
ec0645c9
authored
Feb 09, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dhtmled.ocx: Enable compilation with long types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eb7a79f6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
36 deletions
+35
-36
Makefile.in
dlls/dhtmled.ocx/Makefile.in
+0
-1
edit.c
dlls/dhtmled.ocx/edit.c
+34
-34
main.c
dlls/dhtmled.ocx/main.c
+1
-1
No files found.
dlls/dhtmled.ocx/Makefile.in
View file @
ec0645c9
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
dhtmled.ocx
IMPORTS
=
uuid ole32 oleaut32 user32 gdi32
...
...
dlls/dhtmled.ocx/edit.c
View file @
ec0645c9
This diff is collapsed.
Click to expand it.
dlls/dhtmled.ocx/main.c
View file @
ec0645c9
...
...
@@ -101,7 +101,7 @@ static const IClassFactoryVtbl ClassFactoryVtbl = {
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
instance
,
DWORD
reason
,
VOID
*
reserved
)
{
TRACE
(
"(%p, %u, %p)
\n
"
,
instance
,
reason
,
reserved
);
TRACE
(
"(%p, %
l
u, %p)
\n
"
,
instance
,
reason
,
reserved
);
switch
(
reason
)
{
...
...
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