Revert r25952 for now.

svn path=/trunk/; revision=26807
This commit is contained in:
Maarten Bosma 2007-05-16 18:05:03 +00:00
parent 8559c5a684
commit be864d9d6e
22 changed files with 321 additions and 948 deletions

View file

@ -9,8 +9,6 @@ struct Application
WCHAR Description[0x400];
WCHAR Location[0x100];
struct Application* Next;
struct ScriptElement* InstallScript;
struct ScriptElement* UninstallScript;
};
struct Category
@ -24,17 +22,3 @@ struct Category
struct Category* Children;
struct Category* Parent;
};
struct ScriptElement
{
WCHAR Func[0x100];
WCHAR Arg[2][0x100];
struct ScriptElement* Next;
};
struct lParamDownload
{
HWND Dlg;
WCHAR* URL;
WCHAR* File;
};