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:
Vadim Zeitlin 2022-08-18 20:14:29 +01:00
parent 6886fb3aa7
commit 39dfcb95e0

View file

@ -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