// NSIS Shell Execute Plugin // // Douglas Thrift // // $Id$ #include #include extern "C" void __declspec(dllexport) Ex(HWND parent, int string_size, char *variables, stack_t **stacktop) { EXDLL_INIT(); // TODO: figure this out? }