Update winlibs.js

This commit is contained in:
Namhyeon Go 2020-07-26 18:18:18 +09:00 committed by GitHub
parent 84116168c1
commit 7f5e8657ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
////////////////////////////////////////////////////////////////////////
// Windows Library API
////////////////////////////////////////////////////////////////////////
exports.VERSIONINFO = "Windows Lib (winlibs.js) version 0.1";
exports.global = global;
exports.require = global.require;
var SHELL = require("lib/shell");
exports.loadLibrary = function(LIB) {