We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab0c2 commit bfcf314Copy full SHA for bfcf314
aws-crt-kotlin/mingw/src/aws/sdk/kotlin/crt/util/OsVersion.kt
@@ -5,6 +5,8 @@
5
package aws.sdk.kotlin.crt.util
6
7
import aws.sdk.kotlin.crt.winver.*
8
+import kotlinx.cinterop.*
9
+import platform.posix.memcpy
10
11
// The functions below are adapted from C++ SDK:
12
// https://github.com/aws/aws-sdk-cpp/blob/0e6085bf0dd9a1cb1f27d101c4cf2db6ade6f307/src/aws-cpp-sdk-core/source/platform/windows/OSVersionInfo.cpp#L49-L106
0 commit comments