I know Win7 is past end of life, but I had a repor...
# kotlin-native
d
I know Win7 is past end of life, but I had a report from a user that my K/N program triggered a "The procedure entry point EnumDynamicTimeZoneInformation could not be located in the dynamic link library ADVAPI32.dll" for them on a Win7 machine. Is there any chance that anyone has seen this before? Edit: Probably "solved". Sounds like another dependency, not mine.
EnumDynamicTimeZoneInformation was introduced in Win8 apparently. So it makes sense that any attempt to reference it would fail on a Win7 machine.
The thing is -- I'm not sure what I'm calling that's causing this to get used under the hood.
Just got an update from the user -- they were using another Kotlin/Native library it seemed, which may be the root issue.