gecko-dev/cck/globals/globals.h
1999-10-22 23:28:27 +00:00

10 lines
384 B
C

#include "stdafx.h"
#include "WizardTypes.h"
extern __declspec(dllimport) WIDGET GlobalWidgetArray[];
extern __declspec(dllimport) int GlobalArrayIndex;
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);