Provide CName annotation in common stdlib as optional
This commit is contained in:
committed by
Space
parent
552bd108a9
commit
8b3ff11a2b
@@ -50,5 +50,5 @@ public typealias SharedImmutable = kotlin.native.concurrent.SharedImmutable
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
public annotation class CName(val externName: String = "", val shortName: String = "")
|
||||
public actual annotation class CName(actual val externName: String = "", actual val shortName: String = "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user