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
8890282a
Commit
8890282a
authored
Jul 09, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winapi/c_parser: Remove special cases for DEFINE_SHLGUID() and ICOM_DEFINE().
These macros don't exist anymore.
parent
8c1bf48f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
c_parser.pm
tools/winapi/c_parser.pm
+0
-4
No files found.
tools/winapi/c_parser.pm
View file @
8890282a
...
...
@@ -796,12 +796,8 @@ sub parse_c_file($$$$)
next
;
}
}
elsif
(
$declaration
=~
s/^(?:DEFINE_SHLGUID)\s*\(.*?\)//s
)
{
$self
->
_update_c_position
(
$&
,
\
$declaration_line
,
\
$declaration_column
);
}
elsif
(
$declaration
=~
s/^(?:DECL_WINELIB_TYPE_AW|DECLARE_HANDLE(?:16)?|TYPE_MARSHAL)\(\s*(\w+)\s*\)\s*//s
)
{
$self
->
_update_c_position
(
$&
,
\
$declaration_line
,
\
$declaration_column
);
}
elsif
(
$declaration
=~
s/^ICOM_DEFINE\(\s*(\w+)\s*,\s*(\w+)\s*\)\s*//s
)
{
$self
->
_update_c_position
(
$&
,
\
$declaration_line
,
\
$declaration_column
);
}
}
else
{
my
$blank_lines
=
0
;
...
...
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