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
4be8d839
Commit
4be8d839
authored
Jun 04, 2017
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Make VARIANT_GetLocalisedText() static.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bc54489b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
variant.h
dlls/oleaut32/variant.h
+0
-1
vartype.c
dlls/oleaut32/vartype.c
+1
-1
No files found.
dlls/oleaut32/variant.h
View file @
4be8d839
...
@@ -115,7 +115,6 @@ typedef struct tagVARIANT_NUMBER_CHARS
...
@@ -115,7 +115,6 @@ typedef struct tagVARIANT_NUMBER_CHARS
}
VARIANT_NUMBER_CHARS
;
}
VARIANT_NUMBER_CHARS
;
unsigned
int
get_type_size
(
ULONG
*
,
VARTYPE
)
DECLSPEC_HIDDEN
;
unsigned
int
get_type_size
(
ULONG
*
,
VARTYPE
)
DECLSPEC_HIDDEN
;
BOOL
VARIANT_GetLocalisedText
(
LANGID
,
DWORD
,
WCHAR
*
)
DECLSPEC_HIDDEN
;
HRESULT
VARIANT_ClearInd
(
VARIANTARG
*
)
DECLSPEC_HIDDEN
;
HRESULT
VARIANT_ClearInd
(
VARIANTARG
*
)
DECLSPEC_HIDDEN
;
BOOL
get_date_format
(
LCID
,
DWORD
,
const
SYSTEMTIME
*
,
BOOL
get_date_format
(
LCID
,
DWORD
,
const
SYSTEMTIME
*
,
const
WCHAR
*
,
WCHAR
*
,
int
)
DECLSPEC_HIDDEN
;
const
WCHAR
*
,
WCHAR
*
,
int
)
DECLSPEC_HIDDEN
;
dlls/oleaut32/vartype.c
View file @
4be8d839
...
@@ -6061,7 +6061,7 @@ HRESULT WINAPI VarBoolFromCy(CY cyIn, VARIANT_BOOL *pBoolOut)
...
@@ -6061,7 +6061,7 @@ HRESULT WINAPI VarBoolFromCy(CY cyIn, VARIANT_BOOL *pBoolOut)
* Get a localized string from the resources
* Get a localized string from the resources
*
*
*/
*/
BOOL
VARIANT_GetLocalisedText
(
LANGID
langId
,
DWORD
dwId
,
WCHAR
*
lpszDest
)
static
BOOL
VARIANT_GetLocalisedText
(
LANGID
langId
,
DWORD
dwId
,
WCHAR
*
lpszDest
)
{
{
HRSRC
hrsrc
;
HRSRC
hrsrc
;
...
...
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