17 |
|
#include <windows.h> |
18 |
|
#include "D:\NSIS\Contrib\ExDll\exdll.h" |
19 |
|
|
20 |
< |
void __declspec(dllexport) CheckNT(HWND hwndParent, int string_size, char* |
21 |
< |
variables, stack_t** stacktop) |
20 |
> |
extern "C" void __declspec(dllexport) CheckNT(HWND hwndParent, int string_size, |
21 |
> |
char* variables, stack_t** stacktop) |
22 |
|
{ |
23 |
|
EXDLL_INIT(); |
24 |
|
|
40 |
|
} |
41 |
|
} |
42 |
|
|
43 |
< |
void __declspec(dllexport) GetArgs(HWND hwndParent, int string_size, char* |
44 |
< |
variables, stack_t** stacktop) |
43 |
> |
extern "C" void __declspec(dllexport) GetArgs(HWND hwndParent, int string_size, |
44 |
> |
char* variables, stack_t** stacktop) |
45 |
|
{ |
46 |
|
EXDLL_INIT(); |
47 |
|
|