Update winlibs.js

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

View File

@ -23,7 +23,7 @@ exports.loadLibrary = function(LIB) {
exports.SHELL32 = (function() {
return exports.loadLibrary("SHELL32");
};
})();
exports.showControlPanel = function(name, applets, args) {
var _applets = [];