nsJSON.h 303 B

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