R32
R32
Note: the CSS `position: sticky` requires chrome 56 (which released in 2017-01-25), so you may have to update `nw.exe`
The [hxnew](https://github.com/markknol/hxnew/) seems to be used to do this
It works. hehe.. ``` xml ``` ``` haxe [3.1.3] lime [0.9.7] openfl-native [1.4.0] nape [2.0.16] ```
你说的这个 `((ExtendHandle*)NULL)->_overlapped` 其实就是 `offset()` 宏所做的 *(msvc/gcc 都有)*, 而这整个意思估计就是 `container_of()` 宏, 在 gcc 中 `container_of()` 有更安全的写法
I did some testing and found that it seems like Haxe only generates `multiply(1, null)` for external functions. And also for external functions, `null` doesn't seem to be necessary in...
> Try adding @:persistent to your var declaration `@:persistent` doesn't work either, I think there might be something wrong with `Context.unify()`