File

plugins/mod_windows.lua @ 9028:d4c2a3060e7e

util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak) Man page says this is what freopen(3) is for.
author Kim Alvefur <zash@zash.se>
date Thu, 12 Jul 2018 20:42:22 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here