mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
10 lines
384 B
C
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);
|