This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HWCB10.CPP
executable file
·59 lines (58 loc) · 1.62 KB
/
HWCB10.CPP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEPACKAGE("vcl35.bpi");
USERES("HWCB10.res");
USERES("hwebapp.dcr");
USERES("waptmplt.dcr");
USERES("wscr_tlb.dcr");
USERES("htmltxt.dcr");
USERES("browscap.dcr");
USERES("adrotate.dcr");
USEUNIT("hwebapp");
USEUNIT("waptmplt");
USEUNIT("wscrimp");
USEUNIT("wapcsrv");
USEUNIT("wscr_tlb");
USEUNIT("htmltxt");
USEUNIT("scrhtprc");
USEUNIT("..\misc\axshost");
USEUNIT("..\misc\activscp");
USEUNIT("hawrintf");
USEUNIT("appssi");
USEUNIT("..\misc\wrdstrms");
USEUNIT("..\misc\timeutil");
USEUNIT("..\misc\base64");
USEUNIT("..\misc\virttext");
USEUNIT("..\misc\cookutil");
USEUNIT("..\misc\inetstr");
USEUNIT("browscap");
USEUNIT("..\misc\sds");
USEUNIT("ipcrqst");
USEUNIT("..\misc\ipc");
USEUNIT("httpreq");
USEUNIT("..\misc\d3sysutl");
USEUNIT("wvardict");
USEUNIT("wipcshrd");
USEUNIT("adrotate");
USEUNIT("..\misc\xstrings");
USEUNIT("waptxrdr");
USEUNIT("wapschdl");
USEUNIT("wapwthrd");
USEUNIT("wapactns");
USEUNIT("wapmask");
USEUNIT("WapRTTI");
USEUNIT("..\misc\MthdsLst");
USEUNIT("wapthntf");
USEUNIT("wcp");
USEUNIT("IpcConv");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------