Fix :enum abstract warnings in Flash/AIR externs with Haxe 4.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package flash.desktop;
|
||||
|
||||
@:native("flash.desktop.NativeDragActions")
|
||||
@:enum extern abstract NativeDragActions(String)
|
||||
#if (haxe_ver >= 4.0) extern enum #else @:extern @:enum #end abstract NativeDragActions(String)
|
||||
{
|
||||
var COPY;
|
||||
var LINK;
|
||||
|
||||
Reference in New Issue
Block a user