Added minimal posix.def for windows.

This commit is contained in:
Alexander Gorshenev
2017-09-27 13:05:10 +03:00
committed by alexander-gorshenev
parent 788d86bec4
commit 606f98f9d3
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -2,6 +2,6 @@ import posix.*
fun main(args: Array<String>) {
// Just check the typealias is in scope.
val ptrdiff: ptrdiff_t = 0L
println("ptrdiff = $ptrdiff")
val sizet: size_t = 0L
println("sizet = $sizet")
}