Haxe 3.1.3 fix
This commit is contained in:
@@ -5,7 +5,7 @@ package lime.system;
|
|||||||
@:build(lime.system.CFFI.build())
|
@:build(lime.system.CFFI.build())
|
||||||
#end
|
#end
|
||||||
|
|
||||||
abstract CFFIPointer(Dynamic) {
|
abstract CFFIPointer(Dynamic) from Dynamic to Dynamic {
|
||||||
|
|
||||||
|
|
||||||
public inline function new (handle:Dynamic) {
|
public inline function new (handle:Dynamic) {
|
||||||
|
|||||||
Reference in New Issue
Block a user