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
172e183c
Commit
172e183c
authored
Jun 14, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Don't define COND_SPACE twice.
parent
50c9681a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cond.y
dlls/msi/cond.y
+1
-1
No files found.
dlls/msi/cond.y
View file @
172e183c
...
...
@@ -110,7 +110,7 @@ static BOOL num_from_prop( LPCWSTR p, INT *val )
INT
value
;
}
%
token
COND_SPACE
COND_EOF
COND_SPACE
%
token
COND_SPACE
COND_EOF
%
token
COND_OR
COND_AND
COND_NOT
COND_XOR
COND_IMP
COND_EQV
%
token
COND_LT
COND_GT
COND_EQ
COND_NE
COND_GE
COND_LE
%
token
COND_ILT
COND_IGT
COND_IEQ
COND_INE
COND_IGE
COND_ILE
...
...
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