mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:31:51 +00:00
Revert r25952 for now.
svn path=/trunk/; revision=26807
This commit is contained in:
parent
8559c5a684
commit
be864d9d6e
22 changed files with 321 additions and 948 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue