1999-10-23 03:28:27 +04:00
|
|
|
#include "stdafx.h"
|
|
|
|
#include "WizardTypes.h"
|
|
|
|
|
|
|
|
extern __declspec(dllimport) WIDGET GlobalWidgetArray[];
|
|
|
|
extern __declspec(dllimport) int GlobalArrayIndex;
|
1999-11-09 00:54:31 +03:00
|
|
|
extern __declspec(dllimport) BOOL IsSameCache;
|
|
|
|
|
1999-10-23 03:28:27 +04:00
|
|
|
|
|
|
|
extern "C" __declspec(dllimport) char * GetGlobal(CString theName);
|
|
|
|
extern "C" __declspec(dllimport) WIDGET* SetGlobal(CString theName, CString theValue);
|
|
|
|
extern "C" __declspec(dllimport) WIDGET* findWidget(CString theName);
|
1999-11-03 04:51:54 +03:00
|
|
|
extern "C" __declspec(dllimport) void CopyDir(CString from, CString to, LPCTSTR extension, int overwrite);
|
|
|
|
extern "C" __declspec(dllexport) void ExecuteCommand(char *command, int showflag, DWORD wait);
|