mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-29 19:03:42 +00:00
Update winlibs.js
This commit is contained in:
parent
84116168c1
commit
7f5e8657ce
|
|
@ -1,6 +1,11 @@
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// Windows Library API
|
// Windows Library API
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
exports.VERSIONINFO = "Windows Lib (winlibs.js) version 0.1";
|
||||||
|
exports.global = global;
|
||||||
|
exports.require = global.require;
|
||||||
|
|
||||||
var SHELL = require("lib/shell");
|
var SHELL = require("lib/shell");
|
||||||
|
|
||||||
exports.loadLibrary = function(LIB) {
|
exports.loadLibrary = function(LIB) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user