Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1ef0fca7
Commit
1ef0fca7
authored
Apr 26, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Mark internal symbols as hidden.
parent
44856962
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
msxml_private.h
dlls/msxml3/msxml_private.h
+0
-0
xslpattern.h
dlls/msxml3/xslpattern.h
+5
-5
xslpattern.l
dlls/msxml3/xslpattern.l
+2
-0
xslpattern.y
dlls/msxml3/xslpattern.y
+2
-0
No files found.
dlls/msxml3/msxml_private.h
View file @
1ef0fca7
This diff is collapsed.
Click to expand it.
dlls/msxml3/xslpattern.h
View file @
1ef0fca7
...
...
@@ -46,11 +46,11 @@ typedef struct _parser_param {
#define YYSTYPE xmlChar*
#define YY_EXTRA_TYPE parser_param*
int
xslpattern_lex
(
xmlChar
**
,
void
*
);
int
xslpattern_lex_init
(
void
**
);
int
xslpattern_lex_destroy
(
void
*
);
void
xslpattern_set_extra
(
parser_param
*
,
void
*
);
int
xslpattern_parse
(
parser_param
*
,
void
*
);
int
xslpattern_lex
(
xmlChar
**
,
void
*
)
DECLSPEC_HIDDEN
;
int
xslpattern_lex_init
(
void
**
)
DECLSPEC_HIDDEN
;
int
xslpattern_lex_destroy
(
void
*
)
DECLSPEC_HIDDEN
;
void
xslpattern_set_extra
(
parser_param
*
,
void
*
)
DECLSPEC_HIDDEN
;
int
xslpattern_parse
(
parser_param
*
,
void
*
)
DECLSPEC_HIDDEN
;
#endif
/* __XSLPATTERN__ */
dlls/msxml3/xslpattern.l
View file @
1ef0fca7
...
...
@@ -21,6 +21,8 @@
%{
#include "config.h"
#include "wine/port.h"
#include "windef.h"
#include "winnt.h"
#ifdef HAVE_LIBXML2
...
...
dlls/msxml3/xslpattern.y
View file @
1ef0fca7
...
...
@@ -21,6 +21,8 @@
%{
#include "config.h"
#include "wine/port.h"
#include "windef.h"
#include "winnt.h"
#ifdef HAVE_LIBXML2
#include "xslpattern.h"
...
...
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