Recognize "msw" as a valid platform in XRC
This should have been done in 8293dcedef (Factor out platform detection
from XRC code into wxPlatformId, 2021-02-02) which added "msw" as an
alternative to "win".
This commit is contained in:
parent
6886fb3aa7
commit
39dfcb95e0
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ stdWindowProperties =
|
|||
|
||||
platform =
|
||||
attribute platform {
|
||||
xsd:string { pattern = "(win|mac|unix)( *\| *(win|mac|unix))*" }
|
||||
xsd:string { pattern = "(win|mac|msw|unix)( *\| *(win|mac|msw|unix))*" }
|
||||
}?
|
||||
# shorthand alias for 'platform' for use in properties definitions and
|
||||
# elsewhere where 'platform' would be too verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue