gecko-dev/cck/globals/globals.h

15 строки
710 B
C
Исходник Обычный вид История

1999-10-23 03:28:27 +04:00
#include "stdafx.h"
#include "WizardTypes.h"
extern __declspec(dllimport) WIDGET GlobalWidgetArray[];
extern __declspec(dllimport) int GlobalArrayIndex;
extern __declspec(dllimport) BOOL IsSameCache;
1999-10-23 03:28:27 +04:00
1999-12-21 05:32:25 +03:00
__declspec(dllimport) CString GetGlobal(CString theName);
1999-10-23 03:28:27 +04:00
extern "C" __declspec(dllimport) WIDGET* SetGlobal(CString theName, CString theValue);
extern "C" __declspec(dllimport) WIDGET* findWidget(CString theName);
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);
extern "C" __declspec(dllimport) int GetAttrib(CString theValue, char* attribArray[]);