In Kotlin/Native 0.9, `platform.windows.WCHAR` is ...
# kotlin-native
t
In Kotlin/Native 0.9,
platform.windows.WCHAR
is now a
UShort
but String.wcstr still creates an array of
Short
. So
"foo".wcstr.ptr
is no longer an
LPCWSTR
. Is this a bug?
r
I’m also trying to delegate jobs within our certain roles so as we can all share the load. I could easily do it myself but then that’s the reason we have a team with certain roles and responsibilities.
t
Oh, I guess I can just add
... as CValues<WCHARVar>
to make it work.
o
Yep, will fix in v0.9.1