Files
nsis-plugin-nsjson/src/nsJSON.h
T
2026-04-30 00:14:03 +02:00

7 lines
303 B
C

#ifndef __NSJSON_H__
#define __NSJSON_H__
#define NSISFUNC(name) void __declspec(dllexport) name(HWND hWndParent, int string_size, TCHAR* variables, stack_t** stacktop, extra_parameters* extra)
#define DLL_INIT() EXDLL_INIT(); extra->RegisterPluginCallback((HMODULE)g_hInstance, PluginCallback)
#endif