LegacyUpdate/nsisplugin/IsAdmin.c

10 lines
137 B
C
Raw Permalink Normal View History

#include <windows.h>
#include <nsis/pluginapi.h>
#include "User.h"
PLUGIN_METHOD(IsAdmin) {
PLUGIN_INIT();
pushint(IsUserAdmin());
}