036d56d6a4407727baa6b7875a3ac8526983ab60
* contrib/hbwin/win_tprt.prg
* contrib/hbwin/win_prt.c
+ Extended max number of ports to Windows platform limit: 256 (from 32).
% Changed the way port structure is handled. Now the port name is
initalized on port opening, so the redundant static port table
initialization could be dropped. This reduces lib footprint in
executables. (could still be optimized to also address runtime
footprint)
% Merged s_PortData and s_PortData2 structures.
% Type cleanup. static vars converted to long (from int), DWORD casts
added, hb_par/hb_stor functions modified.
+ ::Init() method extended to handle 6th and 7th params.
- Deleted ::Buffer() method which was a wrapper to WIN_PORTBUFFERS().
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%