Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
cd6aa5f2
Commit
cd6aa5f2
authored
Apr 29, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleview: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b13ce759
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile.in
programs/oleview/Makefile.in
+2
-1
oleview.c
programs/oleview/oleview.c
+0
-1
typelib.c
programs/oleview/typelib.c
+1
-2
No files found.
programs/oleview/Makefile.in
View file @
cd6aa5f2
MODULE
=
oleview.exe
APPMODE
=
-mwindows
IMPORTS
=
uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32
EXTRADLLFLAGS
=
-mwindows
-mno-cygwin
C_SRCS
=
\
details.c
\
interface.c
\
...
...
programs/oleview/oleview.c
View file @
cd6aa5f2
...
...
@@ -21,7 +21,6 @@
#include "main.h"
#include "commdlg.h"
#include "shellapi.h"
#include "wine/unicode.h"
GLOBALS
globals
;
static
const
WCHAR
wszRegEdit
[]
=
{
'\\'
,
'r'
,
'e'
,
'g'
,
'e'
,
'd'
,
'i'
,
't'
,
'.'
,
'e'
,
'x'
,
'e'
,
'\0'
};
...
...
programs/oleview/typelib.c
View file @
cd6aa5f2
...
...
@@ -21,7 +21,6 @@
#include "main.h"
#include "wine/debug.h"
#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
oleview
);
...
...
@@ -607,7 +606,7 @@ static int EnumFuncs(ITypeInfo *pTypeInfo, TYPEATTR *pTypeAttr, HTREEITEM hParen
if
(
pTypeAttr
->
wTypeFlags
&
TYPEFLAG_FOLEAUTOMATION
)
{
AddToTLDataStrW
(
tld
,
wszVT_HRESULT
);
if
(
strcmpW
(
wszText
,
wszVT_VOID
))
pFuncDesc
->
cParams
++
;
if
(
l
strcmpW
(
wszText
,
wszVT_VOID
))
pFuncDesc
->
cParams
++
;
}
else
{
AddToTLDataStrW
(
tld
,
wszText
);
...
...
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