vibe.d-lite v0.2.0 with Windows support

Kagamin spam at here.lot
Thu Oct 9 09:27:09 UTC 2025


```
if (cast(long)e.lpCompletionKey < 0) {
	fiber = fileWaiters[cast(int)-cast(long)e.lpCompletionKey];
}
```
Heh, if you didn't assume LP64, this would be another unsigned 
integer bug.


More information about the Digitalmars-d-announce mailing list