mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update winlibs.js
This commit is contained in:
parent
84116168c1
commit
7f5e8657ce
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user