view plugins/mod_windows.lua @ 13926:714695c910c7

util.serialization: Add the Lua 5.5 'global' keyword Ensures it's still escaped in the unquoted mode.
author Kim Alvefur <zash@zash.se>
date Tue, 01 Jul 2025 23:22:37 +0200
parents 28a90f5fea46
children
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here