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
26af24c9
Commit
26af24c9
authored
Jan 13, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 16, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Remove unused items.
parent
85cd0a1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
varformat.c
dlls/oleaut32/varformat.c
+0
-1
vartype.c
dlls/oleaut32/vartype.c
+0
-2
No files found.
dlls/oleaut32/varformat.c
View file @
26af24c9
...
@@ -50,7 +50,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(variant);
...
@@ -50,7 +50,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(variant);
static
const
WCHAR
szPercent_d
[]
=
{
'%'
,
'd'
,
'\0'
};
static
const
WCHAR
szPercent_d
[]
=
{
'%'
,
'd'
,
'\0'
};
static
const
WCHAR
szPercentZeroTwo_d
[]
=
{
'%'
,
'0'
,
'2'
,
'd'
,
'\0'
};
static
const
WCHAR
szPercentZeroTwo_d
[]
=
{
'%'
,
'0'
,
'2'
,
'd'
,
'\0'
};
static
const
WCHAR
szPercentZeroFour_d
[]
=
{
'%'
,
'0'
,
'4'
,
'd'
,
'\0'
};
static
const
WCHAR
szPercentZeroStar_d
[]
=
{
'%'
,
'0'
,
'*'
,
'd'
,
'\0'
};
static
const
WCHAR
szPercentZeroStar_d
[]
=
{
'%'
,
'0'
,
'*'
,
'd'
,
'\0'
};
#if 0
#if 0
...
...
dlls/oleaut32/vartype.c
View file @
26af24c9
...
@@ -228,7 +228,6 @@ SIMPLE(LONG64, BYTE, VarI8FromUI1);
...
@@ -228,7 +228,6 @@ SIMPLE(LONG64, BYTE, VarI8FromUI1);
SIMPLE
(
LONG64
,
SHORT
,
VarI8FromI2
);
SIMPLE
(
LONG64
,
SHORT
,
VarI8FromI2
);
SIMPLE
(
LONG64
,
signed
char
,
VarI8FromI1
);
SIMPLE
(
LONG64
,
signed
char
,
VarI8FromI1
);
SIMPLE
(
LONG64
,
USHORT
,
VarI8FromUI2
);
SIMPLE
(
LONG64
,
USHORT
,
VarI8FromUI2
);
SIMPLE
(
LONG64
,
LONG
,
VarI8FromI4
);
SIMPLE
(
LONG64
,
ULONG
,
VarI8FromUI4
);
SIMPLE
(
LONG64
,
ULONG
,
VarI8FromUI4
);
POSTST
(
LONG64
,
ULONG64
,
VarI8FromUI8
,
I8_MAX
);
POSTST
(
LONG64
,
ULONG64
,
VarI8FromUI8
,
I8_MAX
);
...
@@ -237,7 +236,6 @@ SIMPLE(ULONG64, BYTE, VarUI8FromUI1);
...
@@ -237,7 +236,6 @@ SIMPLE(ULONG64, BYTE, VarUI8FromUI1);
NEGTST
(
ULONG64
,
SHORT
,
VarUI8FromI2
);
NEGTST
(
ULONG64
,
SHORT
,
VarUI8FromI2
);
NEGTST
(
ULONG64
,
signed
char
,
VarUI8FromI1
);
NEGTST
(
ULONG64
,
signed
char
,
VarUI8FromI1
);
SIMPLE
(
ULONG64
,
USHORT
,
VarUI8FromUI2
);
SIMPLE
(
ULONG64
,
USHORT
,
VarUI8FromUI2
);
NEGTST
(
ULONG64
,
LONG
,
VarUI8FromI4
);
SIMPLE
(
ULONG64
,
ULONG
,
VarUI8FromUI4
);
SIMPLE
(
ULONG64
,
ULONG
,
VarUI8FromUI4
);
NEGTST
(
ULONG64
,
LONG64
,
VarUI8FromI8
);
NEGTST
(
ULONG64
,
LONG64
,
VarUI8FromI8
);
...
...
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