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
5d377d8a
Commit
5d377d8a
authored
Aug 17, 2017
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webservices: Make alloc_float_text() static.
parent
d163ef08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
reader.c
dlls/webservices/reader.c
+1
-1
webservices_private.h
dlls/webservices/webservices_private.h
+0
-1
No files found.
dlls/webservices/reader.c
View file @
5d377d8a
...
@@ -914,7 +914,7 @@ WS_XML_UINT64_TEXT *alloc_uint64_text( UINT64 value )
...
@@ -914,7 +914,7 @@ WS_XML_UINT64_TEXT *alloc_uint64_text( UINT64 value )
return
ret
;
return
ret
;
}
}
WS_XML_FLOAT_TEXT
*
alloc_float_text
(
float
value
)
static
WS_XML_FLOAT_TEXT
*
alloc_float_text
(
float
value
)
{
{
WS_XML_FLOAT_TEXT
*
ret
;
WS_XML_FLOAT_TEXT
*
ret
;
...
...
dlls/webservices/webservices_private.h
View file @
5d377d8a
...
@@ -83,7 +83,6 @@ WS_XML_BOOL_TEXT *alloc_bool_text( BOOL );
...
@@ -83,7 +83,6 @@ WS_XML_BOOL_TEXT *alloc_bool_text( BOOL );
WS_XML_INT32_TEXT
*
alloc_int32_text
(
INT32
);
WS_XML_INT32_TEXT
*
alloc_int32_text
(
INT32
);
WS_XML_INT64_TEXT
*
alloc_int64_text
(
INT64
);
WS_XML_INT64_TEXT
*
alloc_int64_text
(
INT64
);
WS_XML_UINT64_TEXT
*
alloc_uint64_text
(
UINT64
);
WS_XML_UINT64_TEXT
*
alloc_uint64_text
(
UINT64
);
WS_XML_FLOAT_TEXT
*
alloc_float_text
(
float
);
WS_XML_DOUBLE_TEXT
*
alloc_double_text
(
double
);
WS_XML_DOUBLE_TEXT
*
alloc_double_text
(
double
);
WS_XML_GUID_TEXT
*
alloc_guid_text
(
const
GUID
*
);
WS_XML_GUID_TEXT
*
alloc_guid_text
(
const
GUID
*
);
WS_XML_UNIQUE_ID_TEXT
*
alloc_unique_id_text
(
const
GUID
*
);
WS_XML_UNIQUE_ID_TEXT
*
alloc_unique_id_text
(
const
GUID
*
);
...
...
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