File

plugins/mod_windows.lua @ 11764:e2650d59db2d

net.server_select: Deprecate and warn about it To be removed in the future, but not right now. Give the log warning a chance to prod anyone who might have network_backend="select" in their config first. There's also things built on Verse which uses server_select.lua, which will need to be updated somehow.
author Kim Alvefur <zash@zash.se>
date Fri, 03 Sep 2021 17:46:55 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here