ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DTUtil/DTUtil.cpp
(Generate patch)

Comparing DTUtil/DTUtil.cpp (file contents):
Revision 62 by Douglas Thrift, 2003-12-17T17:57:46-08:00 vs.
Revision 63 by Douglas Thrift, 2003-12-17T18:14:24-08:00

# Line 17 | Line 17 | using namespace std;
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  
# Line 40 | Line 40 | void __declspec(dllexport) CheckNT(HWND
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines