├── bin ├── alp.exe ├── alp.msg ├── dlgedit.exe ├── exehdr.exe ├── fontedit.exe ├── fwdstamp.exe ├── gencat.exe ├── iconedit.exe ├── implib.exe ├── ipfc.exe ├── kifsmon.exe ├── kiiface.exe ├── kwikinf.exe ├── link386.exe ├── mapsym.exe ├── markexe.exe ├── masm2alp.exe ├── midiconv.exe ├── mkcatdef.exe ├── mkmsgf.exe ├── mktmpf.exe ├── msgbind.exe ├── nmake.exe ├── nmake32.exe ├── os2stub.exe ├── p2string.exe ├── pack.exe ├── pack2.exe ├── rc.exe ├── rc16.exe ├── rcpp.err ├── rcpp.exe ├── readme.alp ├── readme.p2s ├── rpcgen.exe ├── sample.out ├── sample.scr ├── showdesc.exe ├── socktest.exe ├── syslevel.tlk ├── trcust.exe ├── wpidl2xh.cmd └── wsformat.exe ├── bitmap ├── seject.bmp ├── sejecth.bmp ├── sff.bmp ├── sff0h.bmp ├── spause.bmp ├── spauseh.bmp ├── splay0.bmp ├── splay1.bmp ├── splay2.bmp ├── splay3.bmp ├── splay4.bmp ├── splayh.bmp ├── srec0.bmp ├── srec1.bmp ├── srew.bmp ├── srew0h.bmp ├── sscanb.bmp ├── sscanb0.bmp ├── sscanb1.bmp ├── sscanb2.bmp ├── sscanb3.bmp ├── sscanb4.bmp ├── sscanb5.bmp ├── sscanf.bmp ├── sscanf0.bmp ├── sscanf1.bmp ├── sscanf2.bmp ├── sscanf3.bmp ├── sscanf4.bmp ├── sscanf5.bmp ├── sstepb.bmp ├── sstepf.bmp ├── sstop.bmp ├── sstoph.bmp ├── strka.bmp ├── strkah.bmp ├── strkr.bmp └── strkrh.bmp ├── book ├── addendum.inf ├── alpref.inf ├── cp1.inf ├── cp2.inf ├── cp3.inf ├── dnal1mst.inf ├── dpil1mst.inf ├── epmkwhlp.ndx ├── gpi1.inf ├── gpi2.inf ├── gpi3.inf ├── gpi4.inf ├── ipfref.inf ├── lxref.htm ├── mmapg.inf ├── mmref1.inf ├── mmref2.inf ├── mmref3.inf ├── mmsspg.inf ├── nmake32.inf ├── oglbase.inf ├── omfref.htm ├── open32.inf ├── pdguide.inf ├── pm1.inf ├── pm2.inf ├── pm3.inf ├── pm4.inf ├── pm5.inf ├── pmbdtech.inf ├── rc16.inf ├── rexxpg.inf ├── rxstring.doc ├── sg244640.inf ├── somguide.inf ├── somref.inf ├── srvfpgr.inf ├── tcppr.inf ├── toolsref.inf ├── uniapi.htm ├── usetlkt.inf ├── winsoc11.inf ├── wps1.inf ├── wps2.inf ├── wps3.inf ├── wpsguide.inf └── xpg4ref.inf ├── changelog ├── dll ├── browse.dll ├── car.dll ├── carpp.dll ├── ipf.dll ├── kiutil.dll ├── objutil.dll ├── p2s_dll.dll ├── textfldr.dll ├── wpclslst.dll ├── wpstutor.dll ├── wsfile.dll └── wsfolder.dll ├── h ├── acb.h ├── access.h ├── alert.h ├── alertmsg.h ├── appparm.h ├── appparmd.h ├── arpa │ ├── ftp.h │ ├── inet.h │ ├── nameser.h │ ├── telnet.h │ └── tftp.h ├── audio.h ├── audit.h ├── basedef.h ├── basemac.h ├── basemid.h ├── bdcalls.h ├── bse.h ├── bsedev.h ├── bsedos.h ├── bseerr.h ├── bsememf.h ├── bseord.h ├── bsesub.h ├── bsetib.h ├── bsexcpt.h ├── callconv.h ├── callout.h ├── cdaudio.h ├── cdaudos2.h ├── chardev.h ├── codec.h ├── config.h ├── dasd.h ├── dcb.h ├── dcdb.h ├── ddi.h ├── dive.h ├── dmi.h ├── dmiapi.h ├── driver.h ├── entry.h ├── errcmpat.h ├── errlog.h ├── error.h ├── evcb.h ├── exe.h ├── exe386.h ├── ffst.h ├── fourcc.h ├── ftpapi.h ├── genio.h ├── gl │ ├── aux.h │ ├── gl.h │ ├── glu.h │ ├── glut.h │ ├── pgl.h │ └── tk.h ├── hmtailor.h ├── lan_1_c.h ├── lan_2_c.h ├── lan_3_c.h ├── lan_4_c.h ├── lan_6_c.h ├── lan_7_c.h ├── layout.h ├── lfdef.h ├── libc │ ├── assert.h │ ├── conio.h │ ├── ctype.h │ ├── direct.h │ ├── errno.h │ ├── fcntl.h │ ├── float.h │ ├── iconv.h │ ├── io.h │ ├── langinfo.h │ ├── limits.h │ ├── locale.h │ ├── malloc.h │ ├── math.h │ ├── memory.h │ ├── monetary.h │ ├── nl_types.h │ ├── process.h │ ├── regex.h │ ├── search.h │ ├── setjmp.h │ ├── share.h │ ├── signal.h │ ├── stdarg.h │ ├── stddef.h │ ├── stdio.h │ ├── stdlib.h │ ├── string.h │ ├── sys │ │ ├── stat.h │ │ ├── timeb.h │ │ ├── types.h │ │ └── utime.h │ ├── time.h │ ├── wchar.h │ ├── wcstr.h │ └── wctype.h ├── machine │ ├── ansi.h │ ├── endian.h │ └── types.h ├── mailslot.h ├── mcdos2.h ├── mciapi.h ├── mcidrv.h ├── mcios2.h ├── meerror.h ├── message.h ├── mi.h ├── midi.h ├── mididll.h ├── midios2.h ├── miditype.h ├── minstall.h ├── mmdrvos2.h ├── mmio.h ├── mmioos2.h ├── mmsystem.h ├── mvdm.h ├── ncb.h ├── nerrno.h ├── net │ ├── if.h │ ├── if_arp.h │ ├── if_dl.h │ └── route.h ├── netb_1_c.h ├── netb_2_c.h ├── netb_4_c.h ├── netbios.h ├── netcons.h ├── netdb.h ├── neterr.h ├── netinet │ ├── icmp_var.h │ ├── if_ether.h │ ├── igmp.h │ ├── igmp_var.h │ ├── in.h │ ├── in_systm.h │ ├── ip.h │ ├── ip_icmp.h │ ├── ip_mrout.h │ ├── ip_var.h │ ├── tcp.h │ ├── tcp_time.h │ ├── tcp_var.h │ ├── tcpip.h │ ├── udp.h │ └── udp_var.h ├── netnb │ └── nb.h ├── netstats.h ├── newexe.h ├── nmpipe.h ├── os2.h ├── os2ctlwx.h ├── os2def.h ├── os2im.h ├── os2ime.h ├── os2me.h ├── os2medef.h ├── os2mixer.h ├── os2nls.h ├── os2wdef.h ├── os2werr.h ├── os2win.h ├── os_dmi.h ├── pddentry.h ├── pdpublic.h ├── perfstub.h ├── pm.h ├── pmavio.h ├── pmbidi.h ├── pmbitmap.h ├── pmddi.h ├── pmddim.h ├── pmdev.h ├── pmdjp.h ├── pmerr.h ├── pmfont.h ├── pmgpi.h ├── pmhelp.h ├── pmmle.h ├── pmord.h ├── pmpic.h ├── pmsei.h ├── pmshl.h ├── pmspl.h ├── pmstddlg.h ├── pmtypes.h ├── pmwin.h ├── pmwp.h ├── pmwsock.h ├── protocol │ ├── routed.h │ ├── rwhod.h │ ├── talkd.h │ └── timed.h ├── qos.h ├── remutil.h ├── resolv.h ├── rexxsaa.h ├── ripl.h ├── rpc │ ├── auth.h │ ├── auth_uni.h │ ├── clnt.h │ ├── pmap_cln.h │ ├── pmap_pro.h │ ├── rpc.h │ ├── rpc_msg.h │ ├── rpcnetdb.h │ ├── rpctypes.h │ ├── svc.h │ ├── svc_auth.h │ └── xdr.h ├── rsvprapi.h ├── server.h ├── service.h ├── shares.h ├── shdd.h ├── socks.h ├── spcb.h ├── ssm.h ├── stack16 │ ├── arpa │ │ └── nameser.h │ ├── ftpapi.h │ ├── nerrno.h │ ├── net │ │ ├── if.h │ │ ├── if_arp.h │ │ └── route.h │ ├── netdb.h │ ├── netinet │ │ ├── if_ether.h │ │ ├── igmp.h │ │ ├── in.h │ │ ├── in_systm.h │ │ ├── ip.h │ │ ├── ip_icmp.h │ │ ├── tcp.h │ │ └── udp.h │ ├── netnb │ │ └── nb.h │ ├── pmwsock.h │ ├── resolv.h │ ├── rpc │ │ ├── auth.h │ │ ├── auth_uni.h │ │ ├── clnt.h │ │ ├── pmap_cln.h │ │ ├── pmap_pro.h │ │ ├── rpc.h │ │ ├── rpc_msg.h │ │ ├── rpcnetdb.h │ │ ├── rpctypes.h │ │ ├── svc.h │ │ ├── svc_auth.h │ │ └── xdr.h │ ├── socks.h │ ├── sys │ │ ├── ioctl.h │ │ ├── select.h │ │ ├── socket.h │ │ ├── time.h │ │ └── un.h │ ├── types.h │ ├── utils.h │ └── winsock.h ├── sw.h ├── sys │ ├── cdefs.h │ ├── dprintf.h │ ├── filio.h │ ├── ioccom.h │ ├── ioctl.h │ ├── ioctlos2.h │ ├── itypes.h │ ├── lipcpar.h │ ├── mbuf.h │ ├── param.h │ ├── select.h │ ├── socket.h │ ├── sockio.h │ ├── sysctl.h │ ├── time.h │ ├── uio.h │ └── un.h ├── trace.h ├── types.h ├── uconv.h ├── ulserrno.h ├── ulsitem.h ├── umformat.h ├── unidef.h ├── unikbd.h ├── unistd.h ├── upm.h ├── use.h ├── utils.h ├── v8086.h ├── vcmospdd.h ├── vdma.h ├── vdmbios.h ├── vdmbiosj.h ├── vdmm.h ├── vdmprop.h ├── vdos.h ├── vdskpdd.h ├── vemmxms.h ├── vfdpfd.h ├── vfdvdd.h ├── video.h ├── vkbd.h ├── vkbdpdd.h ├── vlpt.h ├── vmd.h ├── vmdpmd.h ├── vpic.h ├── vpmx2.h ├── vpmxport.h ├── vsdcmds.h ├── vsqm.h ├── vtdptd.h ├── vtimer.h ├── vvd.h ├── wincfg.h ├── wincfg.xh ├── winsock.h ├── wksta.h ├── wpabs.h ├── wpabs.xh ├── wpaudio.h ├── wpaudio.xh ├── wpbitmap.h ├── wpbitmap.xh ├── wpbus.h ├── wpbus.xh ├── wpclock.h ├── wpclock.xh ├── wpclrpal.h ├── wpclrpal.xh ├── wpclsmgr.h ├── wpclsmgr.xh ├── wpcmdf.h ├── wpcmdf.xh ├── wpcpu.h ├── wpcpu.xh ├── wpctry.h ├── wpctry.xh ├── wpdataf.h ├── wpdataf.xh ├── wpdesk.h ├── wpdesk.xh ├── wpdevice.h ├── wpdevice.xh ├── wpdisk.h ├── wpdisk.xh ├── wpdisply.h ├── wpdisply.xh ├── wpdrives.h ├── wpdrives.xh ├── wpdserv.h ├── wpdserv.xh ├── wpdskett.h ├── wpdskett.xh ├── wpfntpal.h ├── wpfntpal.xh ├── wpfolder.h ├── wpfolder.xh ├── wpfsys.h ├── wpfsys.xh ├── wphost.h ├── wphost.xh ├── wphrddrv.h ├── wphrddrv.xh ├── wphtml.h ├── wphtml.xh ├── wphwmgr.h ├── wphwmgr.xh ├── wpicon.h ├── wpicon.xh ├── wpjob.h ├── wpjob.xh ├── wpkeybd.h ├── wpkeybd.xh ├── wpkeybdd.h ├── wpkeybdd.xh ├── wplnchpd.h ├── wplnchpd.xh ├── wpmem.h ├── wpmem.xh ├── wpmet.h ├── wpmet.xh ├── wpmouse.h ├── wpmouse.xh ├── wpmoused.h ├── wpmoused.xh ├── wpmwv.h ├── wpmwv.xh ├── wpnetgrp.h ├── wpnetgrp.xh ├── wpnetlnk.h ├── wpnetlnk.xh ├── wpnetwrk.h ├── wpnetwrk.xh ├── wpobject.h ├── wpobject.xh ├── wppalet.h ├── wppalet.xh ├── wpparal.h ├── wpparal.xh ├── wppdr.h ├── wppdr.xh ├── wpperiph.h ├── wpperiph.xh ├── wppgm.h ├── wppgm.xh ├── wppgmf.h ├── wppgmf.xh ├── wppif.h ├── wppif.xh ├── wpport.h ├── wpport.xh ├── wppower.h ├── wppower.xh ├── wpprint.h ├── wpprint.xh ├── wpptr.h ├── wpptr.xh ├── wpqdr.h ├── wpqdr.xh ├── wprootf.h ├── wprootf.xh ├── wprprint.h ├── wprprint.xh ├── wpscheme.h ├── wpscheme.xh ├── wpserial.h ├── wpserial.xh ├── wpserver.h ├── wpserver.xh ├── wpshadow.h ├── wpshadow.xh ├── wpshdir.h ├── wpshdir.xh ├── wpshred.h ├── wpshred.xh ├── wpsound.h ├── wpsound.xh ├── wpspneed.h ├── wpspneed.xh ├── wpspool.h ├── wpspool.xh ├── wpstart.h ├── wpstart.xh ├── wpsystem.h ├── wpsystem.xh ├── wptape.h ├── wptape.xh ├── wptemps.h ├── wptemps.xh ├── wptimer.h ├── wptimer.xh ├── wptrans.h ├── wptrans.xh ├── wpurl.h ├── wpurl.xh ├── wpurlfdr.h └── wpurlfdr.xh ├── help ├── browse.hlp ├── car.hlp ├── carpp.hlp ├── dlgedit.hlp ├── fontedit.hlp ├── iconedit.hlp ├── kwikinf.hlp ├── midiconv.hlp ├── objutil.hlp ├── wpkhlp.hlp ├── wsfile.hlp └── wsfolder.hlp ├── icon ├── alp.ico ├── book.ico ├── ej6f7tlk.ico ├── fxicon.ico ├── iconinfo.ico ├── kwikinf.ico ├── midiconv.ico ├── opengl.ico ├── ostutor.ico ├── utils.ico ├── vtdbook.ico ├── vtdfldr.ico └── vtdfldro.ico ├── idl ├── wincfg.idl ├── wpabs.idl ├── wpaudio.idl ├── wpbitmap.idl ├── wpbus.idl ├── wpclock.idl ├── wpclrpal.idl ├── wpclsmgr.idl ├── wpcmdf.idl ├── wpcpu.idl ├── wpctry.idl ├── wpdataf.idl ├── wpdesk.idl ├── wpdevice.idl ├── wpdisk.idl ├── wpdisply.idl ├── wpdrives.idl ├── wpdserv.idl ├── wpdskett.idl ├── wpfntpal.idl ├── wpfolder.idl ├── wpfsys.idl ├── wphost.idl ├── wphrddrv.idl ├── wphtml.idl ├── wphwmgr.idl ├── wpicon.idl ├── wpjob.idl ├── wpkeybd.idl ├── wpkeybdd.idl ├── wplnchpd.idl ├── wpmem.idl ├── wpmet.idl ├── wpmouse.idl ├── wpmoused.idl ├── wpmwv.idl ├── wpnetgrp.idl ├── wpnetlnk.idl ├── wpnetwrk.idl ├── wpobject.idl ├── wppalet.idl ├── wpparal.idl ├── wppdr.idl ├── wpperiph.idl ├── wppgm.idl ├── wppgmf.idl ├── wppif.idl ├── wpport.idl ├── wppower.idl ├── wpprint.idl ├── wpptr.idl ├── wpqdr.idl ├── wprootf.idl ├── wprprint.idl ├── wprttype.idl ├── wpscheme.idl ├── wpserial.idl ├── wpserver.idl ├── wpshadow.idl ├── wpshdir.idl ├── wpshred.idl ├── wpsound.idl ├── wpspneed.idl ├── wpspool.idl ├── wpstart.idl ├── wpsystem.idl ├── wptape.idl ├── wptemps.idl ├── wptimer.idl ├── wptrans.idl ├── wptypes.idl ├── wpurl.idl └── wpurlfdr.idl ├── inc ├── acb.inc ├── audio.inc ├── basedef.inc ├── basemaca.inc ├── basemid.inc ├── bse.inc ├── bsedev.inc ├── bsedos.inc ├── bseerr.inc ├── bsememf.inc ├── bseord.inc ├── bsesub.inc ├── bsetib.inc ├── bsexcpt.inc ├── cmacros.inc ├── dcb.inc ├── ddi.inc ├── devcmd.inc ├── devhdr.inc ├── devhlp.inc ├── devsym.inc ├── evcb.inc ├── gas.inc ├── hhpheap.inc ├── infoseg.inc ├── meerror.inc ├── mi.inc ├── mmio.inc ├── mvdm.inc ├── os2.inc ├── os2def.inc ├── os2medef.inc ├── os2nls.inc ├── pm.inc ├── pmavio.inc ├── pmbitmap.inc ├── pmddi.inc ├── pmddim.inc ├── pmdev.inc ├── pmerr.inc ├── pmfont.inc ├── pmgpi.inc ├── pmhelp.inc ├── pmmle.inc ├── pmord.inc ├── pmpic.inc ├── pmsei.inc ├── pmshl.inc ├── pmspl.inc ├── pmstddlg.inc ├── pmtypes.inc ├── pmwin.inc ├── pmwp.inc ├── shdd.inc ├── spcb.inc ├── ssm.inc ├── v8086.inc ├── vdma.inc ├── vdmbios.inc ├── vdmbiosj.inc ├── vdmm.inc ├── vdmprop.inc ├── vdos.inc ├── video.inc ├── vkbd.inc ├── vlpt.inc └── vpic.inc ├── ipfc ├── apsy0813.aps ├── apsy0852.aps ├── apsy0857.aps ├── apsy0862.aps ├── apsy0864.aps ├── apsy0866.aps ├── apsy0869.aps ├── apsy0874.aps ├── apsy0915.aps ├── apsy0921.aps ├── apsy0932.aps ├── apsy0934.aps ├── apsy0938.aps ├── apsy0949.aps ├── apsy0950.aps ├── apsy1381.aps ├── apsy1386.aps ├── apsymbol.aps ├── ibmdict.dic ├── ipfara.nls ├── ipfbgr.nls ├── ipfcat.nls ├── ipfcht.nls ├── ipfcze.nls ├── ipfdan.nls ├── ipfdeu.nls ├── ipfell.nls ├── ipfeng.nls ├── ipfenu.nls ├── ipfesp.nls ├── ipffin.nls ├── ipffra.nls ├── ipffrc.nls ├── ipfgbk.nls ├── ipfgrk.nls ├── ipfheb.nls ├── ipfhun.nls ├── ipfita.nls ├── ipfjpn.nls ├── ipfkor.nls ├── ipfltu.nls ├── ipfnld.nls ├── ipfnor.nls ├── ipfpol.nls ├── ipfprc.nls ├── ipfptb.nls ├── ipfptg.nls ├── ipfrdc.nls ├── ipfrus.nls ├── ipfslo.nls ├── ipfsve.nls ├── ipfthi.nls ├── ipftrk.nls ├── ipftwn.nls ├── ipfund.nls └── user.dic ├── lib ├── crypto.lib ├── dapwsock.lib ├── dmiapi.lib ├── encap.lib ├── ffst.lib ├── fss.lib ├── ftpapi.lib ├── glut.lib ├── lfapi.lib ├── libaux.lib ├── libcmi.lib ├── libcmsi.lib ├── libcni.lib ├── libcnsi.lib ├── libconv.lib ├── libcsi.lib ├── libcssi.lib ├── librsvp.lib ├── libtk.lib ├── libuls.lib ├── mailslot.lib ├── mmpm2.lib ├── netapi.lib ├── netapi32.lib ├── netapinc.lib ├── netoem.lib ├── opengl.lib ├── os2286.lib ├── os2386.lib ├── os2im.lib ├── pmbidi.lib ├── pmnls286.lib ├── pmnls386.lib ├── pmwinx.lib ├── pmwsock.lib ├── r0lib.lib ├── r0lib32.lib ├── rexx.lib ├── rpc32dll.lib ├── rtmidi.lib ├── rxstring.lib ├── so32dll.lib ├── tcp32dll.lib ├── tcpip32.lib ├── tcpipdll.lib ├── trace.lib ├── tunnel.lib ├── unikbd.lib ├── upm.lib ├── upm32.lib └── vdh.lib ├── msg ├── cuicmsg.msg ├── exh.msg ├── exhh.msg ├── messages.msg ├── mktmpf.msg ├── pfw.msg ├── rc32.msg └── toolkit.cat ├── readme ├── samples ├── bidi │ ├── arabic │ │ ├── style │ │ │ ├── key.ico │ │ │ ├── pcglobe.ico │ │ │ ├── readme │ │ │ ├── runsamp.cmd │ │ │ ├── runsamp1.cmd │ │ │ ├── sty_dlg.c │ │ │ ├── sty_dlg.h │ │ │ ├── sty_dlg.ipf │ │ │ ├── sty_edit.c │ │ │ ├── sty_edit.ipf │ │ │ ├── sty_file.c │ │ │ ├── sty_file.ipf │ │ │ ├── sty_help.c │ │ │ ├── sty_help.h │ │ │ ├── sty_help.ipf │ │ │ ├── sty_help.rc │ │ │ ├── sty_ico1.ico │ │ │ ├── sty_ico2.ico │ │ │ ├── sty_ico3.ico │ │ │ ├── sty_ico4.ico │ │ │ ├── sty_init.c │ │ │ ├── sty_main.c │ │ │ ├── sty_main.dlg │ │ │ ├── sty_main.h │ │ │ ├── sty_main.ico │ │ │ ├── sty_main.rc │ │ │ ├── sty_menu.ipf │ │ │ ├── sty_pnt.c │ │ │ ├── sty_user.c │ │ │ ├── sty_xtrn.h │ │ │ ├── style.def │ │ │ ├── style.exe │ │ │ ├── style.hlp │ │ │ ├── style.ipf │ │ │ ├── style.mak │ │ │ ├── tower.ico │ │ │ └── waterfal.ico │ │ └── teldir │ │ │ ├── teldir.c │ │ │ ├── teldir.dat │ │ │ ├── teldir.def │ │ │ ├── teldir.exe │ │ │ ├── teldir.h │ │ │ ├── teldir.hlp │ │ │ ├── teldir.ico │ │ │ ├── teldir.ipf │ │ │ ├── teldir.mak │ │ │ ├── teldir.rc │ │ │ ├── teldira.hlp │ │ │ └── teldira.ipf │ └── hebrew │ │ ├── style │ │ ├── key.ico │ │ ├── pcglobe.ico │ │ ├── readme │ │ ├── runsamp.cmd │ │ ├── runsamp1.cmd │ │ ├── sty_dlg.c │ │ ├── sty_dlg.h │ │ ├── sty_dlg.ipf │ │ ├── sty_edit.c │ │ ├── sty_edit.ipf │ │ ├── sty_file.c │ │ ├── sty_file.ipf │ │ ├── sty_help.c │ │ ├── sty_help.h │ │ ├── sty_help.ipf │ │ ├── sty_help.rc │ │ ├── sty_ico1.ico │ │ ├── sty_ico2.ico │ │ ├── sty_ico3.ico │ │ ├── sty_ico4.ico │ │ ├── sty_init.c │ │ ├── sty_main.c │ │ ├── sty_main.dlg │ │ ├── sty_main.h │ │ ├── sty_main.ico │ │ ├── sty_main.rc │ │ ├── sty_menu.ipf │ │ ├── sty_pnt.c │ │ ├── sty_user.c │ │ ├── sty_xtrn.h │ │ ├── style.def │ │ ├── style.exe │ │ ├── style.hlp │ │ ├── style.ipf │ │ ├── style.mak │ │ ├── tower.ico │ │ └── waterfal.ico │ │ └── teldir │ │ ├── teldir.c │ │ ├── teldir.def │ │ ├── teldir.exe │ │ ├── teldir.h │ │ ├── teldir.hlp │ │ ├── teldir.ico │ │ ├── teldir.ipf │ │ ├── teldir.mak │ │ ├── teldir.rc │ │ ├── teldirh.hlp │ │ └── teldirh.ipf ├── ibmsamp.inc ├── lanserv │ ├── access32 │ │ ├── access32.c │ │ ├── access32.exe │ │ ├── access32.mak │ │ └── errmsg.c │ ├── alias32 │ │ ├── alias32.c │ │ ├── alias32.exe │ │ ├── alias32.mak │ │ ├── errmsg.c │ │ └── sample32.def │ ├── fileen32 │ │ ├── errmsg.c │ │ ├── fileen32.c │ │ ├── fileen32.exe │ │ ├── fileen32.mak │ │ └── sample32.def │ ├── messag32 │ │ ├── errmsg.c │ │ ├── messag32.c │ │ ├── messag32.exe │ │ ├── messag32.mak │ │ └── sample32.def │ ├── mlogon32 │ │ ├── errmsg.c │ │ ├── mlogon32.c │ │ ├── mlogon32.exe │ │ ├── mlogon32.mak │ │ └── sample32.def │ ├── sadmin32 │ │ ├── errmsg.c │ │ ├── sadmin32.c │ │ ├── sadmin32.exe │ │ ├── sadmin32.mak │ │ └── sample32.def │ └── user32 │ │ ├── errmsg.c │ │ ├── sample32.def │ │ ├── user32.c │ │ ├── user32.exe │ │ └── user32.mak ├── mm │ ├── admct │ │ ├── admccap.c │ │ ├── admcclos.c │ │ ├── admcconn.c │ │ ├── admccopy.c │ │ ├── admccue.c │ │ ├── admcdat.c │ │ ├── admcdat.h │ │ ├── admcedit.c │ │ ├── admcfunc.h │ │ ├── admcini.c │ │ ├── admcini2.c │ │ ├── admcinit.c │ │ ├── admcload.c │ │ ├── admcopen.c │ │ ├── admcplay.c │ │ ├── admcpst.c │ │ ├── admcrecd.c │ │ ├── admcres.h │ │ ├── admcrest.c │ │ ├── admcsave.c │ │ ├── admcseek.c │ │ ├── admcset.c │ │ ├── admcstat.c │ │ ├── admct.mak │ │ ├── audio.bmp │ │ ├── audiomcd.c │ │ ├── audiomcd.h │ │ ├── audiomcd.rc │ │ ├── audiomct.dll │ │ ├── audiosub.c │ │ ├── checkmem.c │ │ ├── checkmem.h │ │ ├── connect.c │ │ ├── hhpheap.c │ │ ├── hhpheap.h │ │ ├── loadsubs.c │ │ ├── mcd.h │ │ ├── mcipriv.h │ │ ├── mmdsload.h │ │ ├── spicalls.c │ │ ├── strmsubs.c │ │ ├── vsdcmds.h │ │ └── window.dlg │ ├── asymrec │ │ ├── asymrec.c │ │ └── asymrec.h │ ├── avcinst │ │ ├── avcinst.c │ │ ├── avcinst.def │ │ ├── avcinst.dlg │ │ ├── avcinst.exe │ │ ├── avcinst.h │ │ ├── avcinst.hlp │ │ ├── avcinst.ico │ │ ├── avcinst.ipf │ │ ├── avcinst.mak │ │ └── avcinst.rc │ ├── beehive │ │ ├── animate.c │ │ ├── bee1.pcx │ │ ├── bee1b.pcx │ │ ├── bee2.pcx │ │ ├── bee2b.pcx │ │ ├── beehive.c │ │ ├── beehive.def │ │ ├── beehive.exe │ │ ├── beehive.h │ │ ├── beehive.ico │ │ ├── beehive.mak │ │ ├── beehive.rc │ │ ├── blitgen.c │ │ ├── honey.pcx │ │ ├── pcxload.c │ │ └── readme.txt │ ├── bin │ │ └── mididmon.exe │ ├── capdll │ │ ├── cap.def │ │ ├── cap.dll │ │ ├── capdll.mak │ │ ├── captions.h │ │ └── ccdll.c │ ├── capsamp │ │ ├── cap.dll │ │ ├── capsamp._cc │ │ ├── capsamp.c │ │ ├── capsamp.def │ │ ├── capsamp.dlg │ │ ├── capsamp.exe │ │ ├── capsamp.h │ │ ├── capsamp.hlp │ │ ├── capsamp.ico │ │ ├── capsamp.ipf │ │ ├── capsamp.mak │ │ ├── capsamp.rc │ │ ├── capsamp.wav │ │ ├── captions.h │ │ ├── pause.bmp │ │ ├── play0.bmp │ │ ├── play1.bmp │ │ ├── play2.bmp │ │ ├── play3.bmp │ │ ├── play4.bmp │ │ ├── rewind.bmp │ │ └── stop.bmp │ ├── caption │ │ ├── caption.c │ │ ├── caption.def │ │ ├── caption.dlg │ │ ├── caption.exe │ │ ├── caption.h │ │ ├── caption.hlp │ │ ├── caption.ico │ │ ├── caption.ipf │ │ ├── caption.mak │ │ ├── caption.rc │ │ ├── nextbusy.bmp │ │ ├── nextline.bmp │ │ ├── pause.bmp │ │ ├── paused.bmp │ │ ├── play0.bmp │ │ ├── play1.bmp │ │ ├── play2.bmp │ │ ├── play3.bmp │ │ ├── play4.bmp │ │ ├── rewind.bmp │ │ └── stop.bmp │ ├── caseconv │ │ ├── caseconv.mak │ │ ├── convconv.c │ │ ├── convcvsr.c │ │ ├── convproc.c │ │ ├── convproc.def │ │ ├── convproc.dll │ │ ├── convproc.h │ │ ├── convproc.lib │ │ ├── convproc.rc │ │ ├── hhpheap.c │ │ └── hhpheap.h │ ├── cdmcidrv │ │ ├── cdaudibm.h │ │ ├── cdaudio.c │ │ ├── cdaudio.def │ │ ├── cdaudiot.dll │ │ ├── cdaudpro.c │ │ ├── cdaudutl.c │ │ ├── cdmccomn.c │ │ ├── cdmcinit.c │ │ ├── cdmct.mak │ │ ├── hhpheap.c │ │ ├── hhpheap.h │ │ ├── ibmcdmsc.c │ │ ├── ibmcdpro.c │ │ ├── ibmcdrom.c │ │ ├── ibmcdrom.def │ │ ├── ibmcdrom.h │ │ └── ibmcdrt.dll │ ├── cf │ │ ├── control.scr │ │ ├── master3.cd │ │ ├── tlkbase.scr │ │ ├── tlkbitmp.scr │ │ ├── tlkbookr.ch │ │ ├── tlkbookr.scr │ │ ├── tlkcapcu.scr │ │ ├── tlkcapt.scr │ │ ├── tlkclock.scr │ │ ├── tlkconv.scr │ │ ├── tlkdut1.scr │ │ ├── tlkdut2.scr │ │ ├── tlkguide.scr │ │ ├── tlkiopu.scr │ │ ├── tlkmvspl.scr │ │ ├── tlkp2str.scr │ │ ├── tlkrecdr.scr │ │ ├── tlkstrn.scr │ │ ├── tlkworkb.scr │ │ ├── tlkwvdoc.scr │ │ └── toolkit.ch │ ├── clock │ │ ├── bellc.bmp │ │ ├── bellfrlt.bmp │ │ ├── bellfrrt.bmp │ │ ├── belllt.bmp │ │ ├── bellrt.bmp │ │ ├── clock.c │ │ ├── clock.def │ │ ├── clock.dlg │ │ ├── clock.exe │ │ ├── clock.h │ │ ├── clock.hlp │ │ ├── clock.ico │ │ ├── clock.ipf │ │ ├── clock.mak │ │ ├── clock.rc │ │ ├── clock1.wav │ │ ├── clock2.wav │ │ ├── clock3.wav │ │ └── clockdrw.c │ ├── codec │ │ ├── codec.mak │ │ ├── inst │ │ │ ├── control.scr │ │ │ ├── master.dsk │ │ │ ├── readme │ │ │ └── sampcodc.scr │ │ ├── sampcodc.def │ │ ├── sampcodc.dll │ │ ├── sampdeco.c │ │ ├── sampdeco.h │ │ ├── sampenco.c │ │ ├── sampenco.h │ │ ├── sampinst.h │ │ └── sampmain.c │ ├── daudio │ │ ├── daudio.c │ │ ├── daudio.def │ │ ├── daudio.dlg │ │ ├── daudio.exe │ │ ├── daudio.h │ │ ├── daudio.ico │ │ ├── daudio.mak │ │ ├── daudio.rc │ │ └── daudio.wav │ ├── dive │ │ ├── dive.dll │ │ ├── show.c │ │ ├── show.def │ │ ├── show.exe │ │ ├── show.h │ │ ├── show.ico │ │ ├── show.mak │ │ ├── show.rc │ │ ├── showdlg.dlg │ │ ├── tpg20000.bmp │ │ ├── tpg20001.bmp │ │ ├── tpg20002.bmp │ │ ├── tpg20003.bmp │ │ ├── tpg20004.bmp │ │ ├── tpg20005.bmp │ │ ├── tpg20006.bmp │ │ ├── tpg20007.bmp │ │ ├── tpg20008.bmp │ │ ├── tpg20009.bmp │ │ ├── tpg20010.bmp │ │ ├── tpg20011.bmp │ │ ├── tpg20012.bmp │ │ ├── tpg20013.bmp │ │ ├── tpg20014.bmp │ │ └── tpg20015.bmp │ ├── dll │ │ └── gamesrvr.dll │ ├── doubplay │ │ ├── doubplay.c │ │ ├── doubplay.def │ │ ├── doubplay.dlg │ │ ├── doubplay.exe │ │ ├── doubplay.h │ │ ├── doubplay.ico │ │ ├── doubplay.mak │ │ ├── doubplay.rc │ │ ├── doubplay.res │ │ ├── mywave.wav │ │ ├── play0.bmp │ │ ├── play1.bmp │ │ ├── play2.bmp │ │ ├── play3.bmp │ │ ├── play4.bmp │ │ └── stop.bmp │ ├── duet1 │ │ ├── bod1.wav │ │ ├── bod2.wav │ │ ├── duet1.c │ │ ├── duet1.def │ │ ├── duet1.dlg │ │ ├── duet1.exe │ │ ├── duet1.h │ │ ├── duet1.hlp │ │ ├── duet1.ico │ │ ├── duet1.ipf │ │ ├── duet1.mak │ │ ├── duet1.rc │ │ ├── duethelp.wav │ │ ├── fastf.bmp │ │ ├── load.bmp │ │ ├── mutedn.bmp │ │ ├── muteup.bmp │ │ ├── ode1.wav │ │ ├── ode2.wav │ │ ├── pause.bmp │ │ ├── play0.bmp │ │ ├── play1.bmp │ │ ├── play2.bmp │ │ ├── play3.bmp │ │ ├── play4.bmp │ │ ├── ps2it1.wav │ │ ├── ps2it2.wav │ │ ├── rec0.bmp │ │ ├── rec1.bmp │ │ ├── rew.bmp │ │ ├── stepb.bmp │ │ ├── stepf.bmp │ │ ├── stop.bmp │ │ ├── trackb.bmp │ │ ├── trackf.bmp │ │ └── unload.bmp │ ├── duet2 │ │ ├── duet2.c │ │ ├── duet2.def │ │ ├── duet2.dlg │ │ ├── duet2.exe │ │ ├── duet2.h │ │ ├── duet2.hlp │ │ ├── duet2.ico │ │ ├── duet2.ipf │ │ ├── duet2.mak │ │ ├── duet2.rc │ │ ├── duet2.wav │ │ ├── duethelp.wav │ │ ├── pause.bmp │ │ ├── play0.bmp │ │ ├── play1.bmp │ │ ├── play2.bmp │ │ ├── play3.bmp │ │ ├── play4.bmp │ │ └── stop.bmp │ ├── fsdive │ │ ├── dive.dll │ │ ├── fsdive.c │ │ ├── fsdive.def │ │ ├── fsdive.dlg │ │ ├── fsdive.exe │ │ ├── fsdive.h │ │ ├── fsdive.ico │ │ ├── fsdive.mak │ │ ├── fsdive.rc │ │ ├── gamesrvr.dll │ │ ├── gamesrvr.doc │ │ ├── gsrvinst.exe │ │ ├── svga.exe │ │ ├── tpg20000.bmp │ │ ├── tpg20001.bmp │ │ ├── tpg20002.bmp │ │ ├── tpg20003.bmp │ │ ├── tpg20004.bmp │ │ ├── tpg20005.bmp │ │ ├── tpg20006.bmp │ │ ├── tpg20007.bmp │ │ ├── tpg20008.bmp │ │ ├── tpg20009.bmp │ │ ├── tpg20010.bmp │ │ ├── tpg20011.bmp │ │ ├── tpg20012.bmp │ │ ├── tpg20013.bmp │ │ ├── tpg20014.bmp │ │ └── tpg20015.bmp │ ├── fssht │ │ ├── fssh.h │ │ ├── fsshass.c │ │ ├── fsshcrea.c │ │ ├── fsshgdat.c │ │ ├── fsshread.c │ │ ├── fsshseek.c │ │ ├── fssht.def │ │ ├── fssht.dll │ │ ├── fssht.mak │ │ ├── fsshwrit.c │ │ ├── hhpheap.c │ │ ├── hhpheap.h │ │ ├── seekcalc.c │ │ ├── seekcalc.h │ │ ├── shdestry.c │ │ ├── sheprot.c │ │ ├── shgprot.c │ │ ├── shi.h │ │ ├── shifwd.h │ │ ├── shinit.c │ │ ├── shioutil.c │ │ ├── shiprot.c │ │ ├── shmisc.c │ │ ├── shnegot.c │ │ ├── shrouter.c │ │ ├── shstart.c │ │ └── shstop.c │ ├── lib │ │ ├── r565lut8.lut │ │ ├── y644lut8.lut │ │ └── yuv_lut8.lut │ ├── mcdtbl │ │ ├── ampcmd.rc │ │ ├── cdcmd.rc │ │ ├── lvdcmd.rc │ │ ├── mdmcmd.rc │ │ ├── readme │ │ ├── seqcmd.rc │ │ ├── wavcmd.rc │ │ └── xacmd.rc │ ├── mcdtemp │ │ ├── mcdclose.c │ │ ├── mcddrvrt.c │ │ ├── mcddrvsv.c │ │ ├── mcdfuncs.c │ │ ├── mcdinfo.c │ │ ├── mcdopen.c │ │ ├── mcdproc.c │ │ ├── mcdstat.c │ │ ├── mcdtemp.def │ │ ├── mcdtemp.dll │ │ ├── mcdtemp.h │ │ └── mcdtemp.mak │ ├── mcispy │ │ ├── dlgprocs.c │ │ ├── mcispy.c │ │ ├── mcispy.def │ │ ├── mcispy.dlg │ │ ├── mcispy.exe │ │ ├── mcispy.h │ │ ├── mcispy.hlp │ │ ├── mcispy.ico │ │ ├── mcispy.ipf │ │ ├── mcispy.mak │ │ ├── mcispy.rc │ │ ├── mcisubs.c │ │ ├── mcitbl.c │ │ ├── mdm.c │ │ ├── mdm.def │ │ ├── mdm.dll │ │ ├── mdm.h │ │ ├── mdmcmd.res │ │ └── mmmlogo.bmp │ ├── mcistrng │ │ ├── mcistrng.c │ │ ├── mcistrng.def │ │ ├── mcistrng.dlg │ │ ├── mcistrng.exe │ │ ├── mcistrng.h │ │ ├── mcistrng.hlp │ │ ├── mcistrng.ico │ │ ├── mcistrng.ipf │ │ ├── mcistrng.mak │ │ └── mcistrng.rc │ ├── midi │ │ ├── midisamp.c │ │ ├── midisamp.def │ │ ├── midisamp.exe │ │ ├── midisamp.ico │ │ └── midisamp.mak │ ├── mmbrowse │ │ ├── mmbrowse.bmp │ │ ├── mmbrowse.c │ │ ├── mmbrowse.def │ │ ├── mmbrowse.exe │ │ ├── mmbrowse.h │ │ ├── mmbrowse.hlp │ │ ├── mmbrowse.ico │ │ ├── mmbrowse.ipf │ │ ├── mmbrowse.mak │ │ └── mmbrowse.rc │ ├── mmioproc │ │ ├── mmotfunc.c │ │ ├── mmotproc.c │ │ ├── mmotproc.h │ │ ├── mmotproc.rc │ │ ├── mmottk.def │ │ ├── mmottk.dll │ │ └── mmottk.mak │ ├── movie │ │ ├── movie.avi │ │ ├── movie.c │ │ ├── movie.def │ │ ├── movie.dlg │ │ ├── movie.exe │ │ ├── movie.h │ │ ├── movie.hlp │ │ ├── movie.ico │ │ ├── movie.ipf │ │ ├── movie.rc │ │ ├── pause.bmp │ │ ├── play0.bmp │ │ ├── rewind.bmp │ │ ├── smvsamp.mak │ │ └── stop.bmp │ ├── recorder │ │ ├── fastf.bmp │ │ ├── options.c │ │ ├── pause.bmp │ │ ├── play0.bmp │ │ ├── play1.bmp │ │ ├── play2.bmp │ │ ├── play3.bmp │ │ ├── play4.bmp │ │ ├── rec0.bmp │ │ ├── rec1.bmp │ │ ├── recorder.c │ │ ├── recorder.def │ │ ├── recorder.dlg │ │ ├── recorder.exe │ │ ├── recorder.h │ │ ├── recorder.hlp │ │ ├── recorder.ico │ │ ├── recorder.ipf │ │ ├── recorder.mak │ │ ├── recorder.rc │ │ ├── rew.bmp │ │ └── stop.bmp │ ├── shortcf │ │ ├── control.scr │ │ ├── filelist.tk2 │ │ ├── mcistrng.ico │ │ ├── mcistrng │ │ │ ├── mcistrng.c │ │ │ ├── mcistrng.def │ │ │ ├── mcistrng.dlg │ │ │ ├── mcistrng.exe │ │ │ ├── mcistrng.h │ │ │ ├── mcistrng.hlp │ │ │ ├── mcistrng.ico │ │ │ ├── mcistrng.ipf │ │ │ ├── mcistrng.mak │ │ │ └── mcistrng.rc │ │ ├── mmtoolkt.ico │ │ ├── read.me │ │ ├── tlkbase.scr │ │ ├── tlkstrn.scr │ │ └── toolkit.ch │ ├── shrcfile │ │ ├── control.scr │ │ ├── rcstub.c │ │ ├── readme │ │ ├── shrc.def │ │ ├── shrc.dll │ │ ├── shrc.mak │ │ ├── shrcini.scr │ │ ├── shrclst.scr │ │ └── ssmres.rc │ ├── tuner │ │ ├── tuner.c │ │ ├── tuner.def │ │ ├── tuner.dlg │ │ ├── tuner.exe │ │ ├── tuner.h │ │ ├── tuner.ico │ │ ├── tuner.mak │ │ └── tuner.rc │ ├── ultieyes │ │ ├── ultieyes.avi │ │ ├── ultieyes.c │ │ ├── ultieyes.def │ │ ├── ultieyes.exe │ │ ├── ultieyes.eye │ │ ├── ultieyes.h │ │ ├── ultieyes.ico │ │ ├── ultieyes.mak │ │ └── ultieyes.rc │ └── ultimoio │ │ ├── checkmem.c │ │ ├── checkmem.h │ │ ├── ff.h │ │ ├── hhpheap.c │ │ ├── hhpheap.h │ │ ├── ioclose.c │ │ ├── iocodec.c │ │ ├── iodll.c │ │ ├── ioedit.c │ │ ├── ioentry.c │ │ ├── ioformat.c │ │ ├── ioheader.c │ │ ├── ioi.h │ │ ├── ioopen.c │ │ ├── ioseek.c │ │ ├── ioset.c │ │ ├── iosrv.c │ │ ├── mmdsload.h │ │ ├── mmiocrt.h │ │ ├── ulcodec.c │ │ ├── ulgdat.c │ │ ├── ulident.c │ │ ├── ulionls.h │ │ ├── uliot.def │ │ ├── uliot.dll │ │ ├── uliot.mak │ │ ├── ulopen.c │ │ ├── ulread.c │ │ └── ulsrv.c ├── open32 │ ├── browser │ │ ├── browser.c │ │ ├── browser.h │ │ ├── browser.rc │ │ └── icon1.ico │ ├── browser2 │ │ ├── browser.c │ │ ├── browser.def │ │ ├── browser.exe │ │ ├── browser.h │ │ ├── browser.hhh │ │ ├── browser.mak │ │ ├── browser.rc │ │ ├── icon1.ico │ │ └── main.c │ ├── dllentry │ │ └── dllmain.c │ ├── hiworld │ │ ├── cursor1.cur │ │ ├── hiworld.c │ │ ├── hiworld.h │ │ ├── hiworld.rc │ │ ├── icon2.ico │ │ └── readme │ ├── hiworld2 │ │ ├── cursor1.cur │ │ ├── hiworld.c │ │ ├── hiworld.def │ │ ├── hiworld.exe │ │ ├── hiworld.h │ │ ├── hiworld.hhh │ │ ├── hiworld.mak │ │ ├── hiworld.rc │ │ ├── icon2.ico │ │ ├── main.c │ │ └── readme │ ├── toybox │ │ ├── ball1_1.bmp │ │ ├── ball1_2.bmp │ │ ├── ball1_3.bmp │ │ ├── ball1_4.bmp │ │ ├── ball1_5.bmp │ │ ├── ball1_6.bmp │ │ ├── ball2_1.bmp │ │ ├── ball2_2.bmp │ │ ├── ball2_3.bmp │ │ ├── ball2_4.bmp │ │ ├── ball3_1.bmp │ │ ├── ball3_2.bmp │ │ ├── ball3_3.bmp │ │ ├── ball3_4.bmp │ │ ├── ball4_1.bmp │ │ ├── ball4_2.bmp │ │ ├── ball4_3.bmp │ │ ├── ball4_4.bmp │ │ ├── ball4_5.bmp │ │ ├── ball4_6.bmp │ │ ├── ball5_1.bmp │ │ ├── ball5_2.bmp │ │ ├── ball5_3.bmp │ │ ├── ball5_4.bmp │ │ ├── ball6_1.bmp │ │ ├── ball6_2.bmp │ │ ├── ball6_3.bmp │ │ ├── ball6_4.bmp │ │ ├── readme │ │ ├── toybox.c │ │ ├── toybox.h │ │ ├── toybox.ico │ │ └── toybox.rc │ ├── toybox2 │ │ ├── ball1_1.bmp │ │ ├── ball1_2.bmp │ │ ├── ball1_3.bmp │ │ ├── ball1_4.bmp │ │ ├── ball1_5.bmp │ │ ├── ball1_6.bmp │ │ ├── ball2_1.bmp │ │ ├── ball2_2.bmp │ │ ├── ball2_3.bmp │ │ ├── ball2_4.bmp │ │ ├── ball3_1.bmp │ │ ├── ball3_2.bmp │ │ ├── ball3_3.bmp │ │ ├── ball3_4.bmp │ │ ├── ball4_1.bmp │ │ ├── ball4_2.bmp │ │ ├── ball4_3.bmp │ │ ├── ball4_4.bmp │ │ ├── ball4_5.bmp │ │ ├── ball4_6.bmp │ │ ├── ball5_1.bmp │ │ ├── ball5_2.bmp │ │ ├── ball5_3.bmp │ │ ├── ball5_4.bmp │ │ ├── ball6_1.bmp │ │ ├── ball6_2.bmp │ │ ├── ball6_3.bmp │ │ ├── ball6_4.bmp │ │ ├── main.c │ │ ├── readme │ │ ├── toybox.c │ │ ├── toybox.def │ │ ├── toybox.exe │ │ ├── toybox.h │ │ ├── toybox.hhh │ │ ├── toybox.ico │ │ ├── toybox.mak │ │ └── toybox.rc │ └── winmain │ │ └── main.c ├── opengl │ ├── auxdemo │ │ ├── accanti.c │ │ ├── accanti.exe │ │ ├── accnot.c │ │ ├── accnot.exe │ │ ├── accpersp.c │ │ ├── accpersp.exe │ │ ├── accum.c │ │ ├── accum.exe │ │ ├── aim.c │ │ ├── aim.exe │ │ ├── alpha.c │ │ ├── alpha.exe │ │ ├── alpha3d.c │ │ ├── alpha3d.exe │ │ ├── anti.c │ │ ├── anti.exe │ │ ├── antiindx.c │ │ ├── antiindx.exe │ │ ├── antipidx.c │ │ ├── antipidx.exe │ │ ├── antipoly.c │ │ ├── antipoly.exe │ │ ├── antipt.c │ │ ├── antipt.exe │ │ ├── auxdemo.def │ │ ├── auxdemo.mak │ │ ├── bezcurve.c │ │ ├── bezcurve.exe │ │ ├── bezmesh.c │ │ ├── bezmesh.exe │ │ ├── bezsurf.c │ │ ├── bezsurf.exe │ │ ├── checker.c │ │ ├── checker.exe │ │ ├── checker2.c │ │ ├── checker2.exe │ │ ├── chess.c │ │ ├── chess.exe │ │ ├── clip.c │ │ ├── clip.exe │ │ ├── colormat.c │ │ ├── colormat.exe │ │ ├── cone.c │ │ ├── cone.exe │ │ ├── cube.c │ │ ├── cube.exe │ │ ├── curve.c │ │ ├── curve.exe │ │ ├── depthcue.c │ │ ├── depthcue.exe │ │ ├── disk.c │ │ ├── disk.exe │ │ ├── dof.c │ │ ├── dof.exe │ │ ├── dofnot.c │ │ ├── dofnot.exe │ │ ├── double.c │ │ ├── double.exe │ │ ├── drawf.c │ │ ├── drawf.exe │ │ ├── feedback.c │ │ ├── feedback.exe │ │ ├── fog.c │ │ ├── fog.exe │ │ ├── fogindex.c │ │ ├── fogindex.exe │ │ ├── font.c │ │ ├── font.exe │ │ ├── jitter.h │ │ ├── light.c │ │ ├── light.exe │ │ ├── linelist.c │ │ ├── linelist.exe │ │ ├── lines.c │ │ ├── lines.exe │ │ ├── list.c │ │ ├── list.exe │ │ ├── list2.c │ │ ├── list2.exe │ │ ├── maplight.c │ │ ├── maplight.exe │ │ ├── material.c │ │ ├── material.exe │ │ ├── mipmap.c │ │ ├── mipmap.exe │ │ ├── model.c │ │ ├── model.exe │ │ ├── mvlight.c │ │ ├── mvlight.exe │ │ ├── nurbs.c │ │ ├── nurbs.exe │ │ ├── pickdpth.c │ │ ├── pickdpth.exe │ │ ├── pickline.c │ │ ├── pickline.exe │ │ ├── picksqr.c │ │ ├── picksqr.exe │ │ ├── plane.c │ │ ├── plane.exe │ │ ├── planet.c │ │ ├── planet.exe │ │ ├── planetup.c │ │ ├── planetup.exe │ │ ├── polys.c │ │ ├── polys.exe │ │ ├── robot.c │ │ ├── robot.exe │ │ ├── scene.c │ │ ├── scene.exe │ │ ├── scnbamb.c │ │ ├── scnbamb.exe │ │ ├── scnflat.c │ │ ├── scnflat.exe │ │ ├── scnlight.c │ │ ├── scnlight.exe │ │ ├── select.c │ │ ├── select.exe │ │ ├── simple.c │ │ ├── simple.exe │ │ ├── smooth.c │ │ ├── smooth.exe │ │ ├── sphere.c │ │ ├── sphere.exe │ │ ├── stencil.c │ │ ├── stencil.exe │ │ ├── stroke.c │ │ ├── stroke.exe │ │ ├── surface.c │ │ ├── surface.exe │ │ ├── tea.c │ │ ├── tea.exe │ │ ├── teaamb.c │ │ ├── teaamb.exe │ │ ├── teapots.c │ │ ├── teapots.exe │ │ ├── texgen.c │ │ ├── texgen.exe │ │ ├── texsurf.c │ │ ├── texsurf.exe │ │ ├── trim.c │ │ └── trim.exe │ └── glutdemo │ │ ├── atlantis.c │ │ ├── atlantis.exe │ │ ├── atlantis.h │ │ ├── dolphin.c │ │ ├── glutdemo.def │ │ ├── glutdemo.mak │ │ ├── shark.c │ │ ├── swim.c │ │ ├── test7.c │ │ ├── test7.exe │ │ └── whale.c ├── os2 │ ├── consolio │ │ ├── disp.c │ │ ├── disp.h │ │ ├── init.c │ │ ├── init.h │ │ ├── wmouse.c │ │ ├── wmouse.h │ │ ├── worms.c │ │ ├── worms.def │ │ ├── worms.exe │ │ ├── worms.h │ │ ├── worms.ico │ │ ├── worms.mak │ │ ├── wrmhelp.c │ │ ├── wrmhelp.h │ │ ├── wrmthrd.c │ │ └── wrmthrd.h │ ├── dllapi │ │ ├── dlapi_dg.c │ │ ├── dlapi_hp.c │ │ ├── dlapi_in.c │ │ ├── dllapi.c │ │ ├── dllapi.def │ │ ├── dllapi.dlg │ │ ├── dllapi.exe │ │ ├── dllapi.h │ │ ├── dllapi.hlp │ │ ├── dllapi.ico │ │ ├── dllapi.ipf │ │ ├── dllapi.mak │ │ ├── dllapi.rc │ │ ├── dllcomm.h │ │ ├── dllib.c │ │ ├── dllib.def │ │ ├── dllib.dll │ │ └── dllib.h │ ├── eaedit │ │ ├── eas.c │ │ ├── eas.def │ │ ├── eas.dlg │ │ ├── eas.exe │ │ ├── eas.h │ │ ├── eas.hlp │ │ ├── eas.ico │ │ ├── eas.ipf │ │ ├── eas.mak │ │ ├── eas.rc │ │ ├── eas1.bmp │ │ ├── easea.c │ │ ├── easfile.c │ │ ├── eashelp.c │ │ └── easinit.c │ ├── hanoi │ │ ├── hanoi.c │ │ ├── hanoi.def │ │ ├── hanoi.dlg │ │ ├── hanoi.exe │ │ ├── hanoi.h │ │ ├── hanoi.hlp │ │ ├── hanoi.ico │ │ ├── hanoi.ipf │ │ ├── hanoi.mak │ │ └── hanoi.rc │ ├── npipe │ │ ├── clidlg.ipf │ │ ├── clifile.ipf │ │ ├── clinpipe.def │ │ ├── clinpipe.exe │ │ ├── clinpipe.hlp │ │ ├── clinpipe.ipf │ │ ├── clinpipe.rc │ │ ├── clioptn.ipf │ │ ├── clnpglbl.h │ │ ├── clnphelp.c │ │ ├── clnphelp.h │ │ ├── clnphelp.rc │ │ ├── clnpmain.c │ │ ├── clnpmain.h │ │ ├── clnpthrd.c │ │ ├── clnpxtrn.h │ │ ├── dlg.ipf │ │ ├── file.ipf │ │ ├── help.ipf │ │ ├── namepipe.h │ │ ├── namepipe.ico │ │ ├── npipe.mak │ │ ├── svrnpipe.def │ │ ├── svrnpipe.exe │ │ ├── svrnpipe.hlp │ │ ├── svrnpipe.ipf │ │ ├── svrnpipe.rc │ │ ├── svroptn.ipf │ │ ├── svrpgame.c │ │ ├── svrpglbl.h │ │ ├── svrphelp.c │ │ ├── svrphelp.h │ │ ├── svrphelp.rc │ │ ├── svrpmain.c │ │ ├── svrpmain.h │ │ ├── svrppnt.c │ │ ├── svrpthrd.c │ │ └── svrpxtrn.h │ ├── queues │ │ ├── clientry.ipf │ │ ├── cliqglbl.h │ │ ├── cliqhelp.c │ │ ├── cliqhelp.h │ │ ├── cliqhelp.rc │ │ ├── cliqmain.c │ │ ├── cliqmain.h │ │ ├── cliqthrd.c │ │ ├── cliqueue.def │ │ ├── cliqueue.exe │ │ ├── cliqueue.hlp │ │ ├── cliqueue.ipf │ │ ├── cliqueue.rc │ │ ├── cliqxtrn.h │ │ ├── dlg.ipf │ │ ├── file.ipf │ │ ├── help.ipf │ │ ├── queue.h │ │ ├── queue.ico │ │ ├── queues.mak │ │ ├── svroptn.ipf │ │ ├── svrqglbl.h │ │ ├── svrqhelp.c │ │ ├── svrqhelp.h │ │ ├── svrqhelp.rc │ │ ├── svrqmain.c │ │ ├── svrqmain.h │ │ ├── svrqpnt.c │ │ ├── svrqthrd.c │ │ ├── svrqueue.def │ │ ├── svrqueue.exe │ │ ├── svrqueue.hlp │ │ ├── svrqueue.ipf │ │ ├── svrqueue.rc │ │ └── svrqxtrn.h │ ├── semaph │ │ ├── sem_dlg.c │ │ ├── sem_help.c │ │ ├── sem_init.c │ │ ├── sem_main.c │ │ ├── sem_pnt.c │ │ ├── sem_user.c │ │ ├── semaph.c │ │ ├── semaph.def │ │ ├── semaph.dlg │ │ ├── semaph.exe │ │ ├── semaph.h │ │ ├── semaph.hlp │ │ ├── semaph.ico │ │ ├── semaph.ipf │ │ ├── semaph.mak │ │ └── semaph.rc │ ├── sort │ │ ├── sort.c │ │ ├── sort.def │ │ ├── sort.dlg │ │ ├── sort.exe │ │ ├── sort.h │ │ ├── sort.hlp │ │ ├── sort.ico │ │ ├── sort.ipf │ │ ├── sort.mak │ │ └── sort.rc │ ├── timer0 │ │ ├── timer0.c │ │ ├── timer0.def │ │ ├── timer0.exe │ │ ├── timer0.ico │ │ ├── timer0.mak │ │ └── tmr0_ioc.h │ ├── timeserv │ │ ├── alarmthd.c │ │ ├── alarmthd.h │ │ ├── clkdata.c │ │ ├── clkdata.h │ │ ├── clock.c │ │ ├── clock.def │ │ ├── clock.dlg │ │ ├── clock.exe │ │ ├── clock.h │ │ ├── clock.hlp │ │ ├── clock.ico │ │ ├── clock.ipf │ │ ├── clock.rc │ │ ├── dialogs.c │ │ ├── dialogs.h │ │ ├── digital.c │ │ ├── dlg.ipf │ │ ├── help.c │ │ ├── help.h │ │ ├── help.ipf │ │ ├── help.rc │ │ ├── paint.c │ │ ├── product.dlg │ │ ├── res.h │ │ ├── settings.ipf │ │ ├── tkclock.mak │ │ ├── udtime.c │ │ ├── view.ipf │ │ └── wndproc.c │ └── vmm │ │ ├── vmm.def │ │ ├── vmm.dlg │ │ ├── vmm.exe │ │ ├── vmm.h │ │ ├── vmm.hlp │ │ ├── vmm.ico │ │ ├── vmm.ipf │ │ ├── vmm.mak │ │ ├── vmm.rc │ │ ├── vmm_dlg.c │ │ ├── vmm_help.c │ │ ├── vmm_init.c │ │ ├── vmm_main.c │ │ └── vmm_user.c ├── pm │ ├── bmpsamp │ │ ├── cheap.dlg │ │ ├── globals.c │ │ ├── globals.h │ │ ├── jighelp.c │ │ ├── jighelp.h │ │ ├── jighelp.rc │ │ ├── jigsaw.c │ │ ├── jigsaw.def │ │ ├── jigsaw.dlg │ │ ├── jigsaw.exe │ │ ├── jigsaw.h │ │ ├── jigsaw.hlp │ │ ├── jigsaw.ico │ │ ├── jigsaw.ipf │ │ ├── jigsaw.mak │ │ ├── jigsaw.rc │ │ ├── misc.c │ │ ├── procs.c │ │ ├── statwnd.dlg │ │ └── yosemite.bmp │ ├── clipbrd │ │ ├── clipbrd.bmp │ │ ├── clipbrd.c │ │ ├── clipbrd.def │ │ ├── clipbrd.exe │ │ ├── clipbrd.h │ │ ├── clipbrd.ico │ │ ├── clipbrd.mak │ │ └── clipbrd.rc │ ├── controls │ │ ├── sty_dlg.c │ │ ├── sty_dlg.h │ │ ├── sty_dlg.ipf │ │ ├── sty_edit.c │ │ ├── sty_edit.ipf │ │ ├── sty_file.c │ │ ├── sty_file.ipf │ │ ├── sty_help.c │ │ ├── sty_help.h │ │ ├── sty_help.ipf │ │ ├── sty_help.rc │ │ ├── sty_ico1.ico │ │ ├── sty_ico2.ico │ │ ├── sty_ico3.ico │ │ ├── sty_ico4.ico │ │ ├── sty_init.c │ │ ├── sty_main.c │ │ ├── sty_main.dlg │ │ ├── sty_main.h │ │ ├── sty_main.ico │ │ ├── sty_main.rc │ │ ├── sty_menu.ipf │ │ ├── sty_pnt.c │ │ ├── sty_user.c │ │ ├── sty_xtrn.h │ │ ├── style.def │ │ ├── style.exe │ │ ├── style.hlp │ │ ├── style.ipf │ │ └── style.mak │ ├── dialog │ │ ├── dialog.c │ │ ├── dialog.def │ │ ├── dialog.dlg │ │ ├── dialog.exe │ │ ├── dialog.h │ │ ├── dialog.ico │ │ ├── dialog.mak │ │ └── dialog.rc │ ├── dragdrop │ │ ├── dragdlg.ipf │ │ ├── dragdrag.c │ │ ├── dragdrop.c │ │ ├── dragdrop.def │ │ ├── dragdrop.dlg │ │ ├── dragdrop.exe │ │ ├── dragdrop.h │ │ ├── dragdrop.hlp │ │ ├── dragdrop.ico │ │ ├── dragdrop.ipf │ │ ├── dragdrop.mak │ │ ├── dragdrop.ptr │ │ ├── dragdrop.rc │ │ ├── dragfile.ipf │ │ ├── dragheap.c │ │ ├── draghelp.c │ │ ├── draghelp.h │ │ ├── draghelp.ipf │ │ ├── draghelp.rc │ │ ├── dragmenu.ipf │ │ └── dragwnd.ipf │ ├── graphics │ │ ├── file.c │ │ ├── graphic.c │ │ ├── graphic.def │ │ ├── graphic.dlg │ │ ├── graphic.exe │ │ ├── graphic.h │ │ ├── graphic.hlp │ │ ├── graphic.ico │ │ ├── graphic.ipf │ │ ├── graphic.mak │ │ ├── graphic.met │ │ └── graphic.rc │ ├── ipf │ │ ├── ducks.bmp │ │ ├── frame1.bmp │ │ ├── frame2.bmp │ │ ├── frame3.bmp │ │ ├── frame4.bmp │ │ ├── frame5.bmp │ │ ├── ipf.c │ │ ├── ipf.def │ │ ├── ipf.dll │ │ ├── ipf.h │ │ ├── ipf.ico │ │ ├── ipf.inf │ │ ├── ipf.ipf │ │ ├── ipf.mak │ │ ├── ipf.rc │ │ ├── moonwalk.bmp │ │ ├── shuttle.bmp │ │ └── world.bmp │ ├── palette │ │ ├── palette.c │ │ ├── palette.def │ │ ├── palette.exe │ │ ├── palette.h │ │ ├── palette.hlp │ │ ├── palette.ico │ │ ├── palette.inc │ │ ├── palette.ipf │ │ ├── palette.mak │ │ └── palette.rc │ ├── porting │ │ ├── fruitbwl.img │ │ ├── globe.img │ │ ├── house.img │ │ ├── image.dlg │ │ ├── image.hlp │ │ ├── image.ico │ │ ├── image16.def │ │ ├── image16.mak │ │ ├── image32.def │ │ ├── image32.exe │ │ ├── image32.mak │ │ ├── images1.def │ │ ├── images1.mak │ │ ├── img_data.c │ │ ├── img_dlg.c │ │ ├── img_dlg.h │ │ ├── img_dlg.ipf │ │ ├── img_file.c │ │ ├── img_file.ipf │ │ ├── img_help.c │ │ ├── img_help.h │ │ ├── img_help.ipf │ │ ├── img_help.rc │ │ ├── img_init.c │ │ ├── img_main.c │ │ ├── img_main.h │ │ ├── img_main.ipf │ │ ├── img_main.rc │ │ ├── img_menu.c │ │ ├── img_pnt.c │ │ ├── img_size.c │ │ ├── img_util.c │ │ ├── img_view.c │ │ ├── img_view.ipf │ │ ├── img_xtrn.h │ │ ├── readme │ │ ├── rtdice.img │ │ ├── stonemtn.img │ │ └── watson.img │ ├── print │ │ ├── pmassert.h │ │ ├── prtcreat.c │ │ ├── prtmenu.c │ │ ├── prtobj.c │ │ ├── prtpage.c │ │ ├── prtprint.c │ │ ├── prtprof.c │ │ ├── prtsamp.bmp │ │ ├── prtsamp.c │ │ ├── prtsamp.dlg │ │ ├── prtsamp.exe │ │ ├── prtsamp.h │ │ ├── prtsamp.hlp │ │ ├── prtsamp.ico │ │ ├── prtsamp.ipf │ │ ├── prtsamp.mak │ │ ├── prtsamp.met │ │ ├── prtsamp.rc │ │ ├── prtsamp.txt │ │ ├── prtsdlg.h │ │ └── prtshlp.h │ ├── stdwnd │ │ ├── hello.c │ │ ├── hello.def │ │ ├── hello.exe │ │ ├── hello.h │ │ ├── hello.ico │ │ ├── hello.mak │ │ └── hello.rc │ └── template │ │ ├── dlg.c │ │ ├── dlg.h │ │ ├── dlg.ipf │ │ ├── edit.c │ │ ├── edit.ipf │ │ ├── file.c │ │ ├── file.ipf │ │ ├── funchead.c │ │ ├── head.c │ │ ├── help.c │ │ ├── help.h │ │ ├── help.ipf │ │ ├── help.rc │ │ ├── init.c │ │ ├── main.c │ │ ├── main.h │ │ ├── main.ico │ │ ├── main.rc │ │ ├── menu.ipf │ │ ├── pnt.c │ │ ├── readme │ │ ├── template.def │ │ ├── template.dlg │ │ ├── template.exe │ │ ├── template.hlp │ │ ├── template.ipf │ │ ├── template.mak │ │ ├── thrd.c │ │ ├── user.c │ │ └── xtrn.h ├── prodinfo.bmp ├── rexx │ ├── api │ │ ├── callrexx │ │ │ ├── backward.fnc │ │ │ ├── callrexx.c │ │ │ ├── callrexx.def │ │ │ ├── callrexx.exe │ │ │ ├── callrexx.ico │ │ │ └── callrexx.mak │ │ ├── devinfo │ │ │ ├── devinfo.c │ │ │ ├── devinfo.cmd │ │ │ ├── devinfo.def │ │ │ ├── devinfo.dll │ │ │ ├── devinfo.ico │ │ │ └── devinfo.mak │ │ ├── pmrexx │ │ │ ├── pmrexx.c │ │ │ ├── pmrexx.def │ │ │ ├── pmrexx.exe │ │ │ ├── pmrexx.h │ │ │ ├── pmrexx.ico │ │ │ ├── pmrexx.mak │ │ │ ├── pmrexx.rc │ │ │ ├── pmrexxio.c │ │ │ ├── pmrexxio.def │ │ │ ├── pmrexxio.dll │ │ │ ├── pmrexxio.h │ │ │ ├── pmrexxio.hlp │ │ │ ├── pmrexxio.ipf │ │ │ ├── pmrexxio.rc │ │ │ ├── pmrxhlp.h │ │ │ ├── pmrxhlp.rc │ │ │ ├── pmrxiodt.h │ │ │ ├── pmrxsubs.c │ │ │ ├── rhdtatyp.h │ │ │ ├── rxhafile.c │ │ │ ├── rxhdluse.h │ │ │ └── rxiohlp.rc │ │ ├── rexxcalc │ │ │ ├── datatype.cal │ │ │ ├── divide.cal │ │ │ ├── integer.cal │ │ │ ├── memclear.cal │ │ │ ├── memminus.cal │ │ │ ├── memplus.cal │ │ │ ├── memrecal.cal │ │ │ ├── memstore.cal │ │ │ ├── minus.cal │ │ │ ├── multiply.cal │ │ │ ├── plus.cal │ │ │ ├── pmrexxio.dll │ │ │ ├── pmrexxio.h │ │ │ ├── power.cal │ │ │ ├── program1.cal │ │ │ ├── program1.rxc │ │ │ ├── program2.cal │ │ │ ├── program2.rxc │ │ │ ├── program3.cal │ │ │ ├── program4.cal │ │ │ ├── program5.cal │ │ │ ├── program6.cal │ │ │ ├── program7.cal │ │ │ ├── program8.cal │ │ │ ├── remaind.cal │ │ │ ├── rexxcal1.c │ │ │ ├── rexxcal1.def │ │ │ ├── rexxcal1.exe │ │ │ ├── rexxcal1.h │ │ │ ├── rexxcal1.mak │ │ │ ├── rexxcal1.rc │ │ │ ├── rexxcal2.c │ │ │ ├── rexxcal2.def │ │ │ ├── rexxcal2.exe │ │ │ ├── rexxcal2.h │ │ │ ├── rexxcal2.mak │ │ │ ├── rexxcal2.rc │ │ │ ├── rexxcal3.c │ │ │ ├── rexxcal3.def │ │ │ ├── rexxcal3.exe │ │ │ ├── rexxcal3.h │ │ │ ├── rexxcal3.mak │ │ │ ├── rexxcal3.rc │ │ │ ├── rexxcal4.c │ │ │ ├── rexxcal4.def │ │ │ ├── rexxcal4.exe │ │ │ ├── rexxcal4.h │ │ │ ├── rexxcal4.mak │ │ │ ├── rexxcal4.rc │ │ │ ├── rexxcalc.c │ │ │ ├── rexxcalc.def │ │ │ ├── rexxcalc.exe │ │ │ ├── rexxcalc.h │ │ │ ├── rexxcalc.ico │ │ │ ├── rexxcalc.mak │ │ │ ├── rexxcalc.rc │ │ │ ├── sqrt.cal │ │ │ └── whole.cal │ │ ├── rexxutil │ │ │ ├── rexxudem.cmd │ │ │ ├── rexxudem.ico │ │ │ ├── rexxutil.c │ │ │ ├── rexxutil.def │ │ │ ├── rexxutil.dll │ │ │ └── rexxutil.mak │ │ ├── rxmacdll │ │ │ ├── macro.c │ │ │ ├── macro.def │ │ │ ├── macro.dll │ │ │ ├── macro.mak │ │ │ ├── nlsmoney.cmd │ │ │ ├── rxmacdll.cmd │ │ │ ├── rxmacdll.ico │ │ │ ├── rxnlsinf.c │ │ │ ├── rxnlsinf.def │ │ │ ├── rxnlsinf.dll │ │ │ └── rxnlsinf.mak │ │ └── samples.lst │ ├── ccreply.cmd │ ├── complex.cmd │ ├── factor.cmd │ ├── greply.cmd │ ├── guess.cmd │ ├── ktguard.cmd │ ├── month.cmd │ ├── pipe.cmd │ ├── qdate.cmd │ ├── qtime.cmd │ ├── semcls.cmd │ ├── som │ │ └── animal │ │ │ ├── animal.c │ │ │ ├── animal.cmd │ │ │ ├── animal.idl │ │ │ ├── animal.mak │ │ │ ├── animals.def │ │ │ ├── animals.dll │ │ │ ├── bdog.c │ │ │ ├── bdog.idl │ │ │ ├── dog.c │ │ │ ├── dog.idl │ │ │ ├── ldog.c │ │ │ ├── ldog.idl │ │ │ ├── orxsmp.ir │ │ │ └── sominit.c │ ├── stack.cmd │ ├── usecomp.cmd │ ├── usepipe.cmd │ └── wps │ │ ├── wpsorxcl.cmd │ │ └── wpsorxfl.cmd ├── sysmgt │ ├── dmi │ │ ├── namedir │ │ │ ├── namedir.c │ │ │ ├── namedir.def │ │ │ ├── namedir.exe │ │ │ ├── namedir.mak │ │ │ └── namedir.mif │ │ └── names │ │ │ ├── names.c │ │ │ ├── names.def │ │ │ ├── names.dll │ │ │ ├── names.mak │ │ │ └── names.mif │ ├── errlog │ │ ├── errlog1 │ │ │ ├── errlog1.c │ │ │ ├── errlog1.exe │ │ │ └── errlog1.mak │ │ └── errlog2 │ │ │ ├── errlog2.c │ │ │ ├── errlog2.exe │ │ │ └── errlog2.mak │ ├── ffst │ │ └── probe │ │ │ ├── probe.c │ │ │ ├── probe.def │ │ │ ├── probe.exe │ │ │ ├── probe.mak │ │ │ ├── probe.mif │ │ │ ├── probe.msg │ │ │ ├── probe.rep │ │ │ ├── probemsg.txt │ │ │ ├── proberep.txt │ │ │ └── sldb.dmi │ └── trace │ │ ├── traceexp.c │ │ ├── traceexp.def │ │ ├── traceexp.exe │ │ └── traceexp.mak ├── tcpiptk │ ├── accxrecv │ │ ├── accept.c │ │ ├── accept.exe │ │ ├── readme │ │ ├── recv.c │ │ ├── recv.exe │ │ └── vacpp.mak │ ├── echosamp │ │ ├── echoclnt │ │ │ ├── echo.def │ │ │ ├── echoc1st.c │ │ │ ├── echoc1st.exe │ │ │ ├── echoclnt.c │ │ │ ├── echoclnt.exe │ │ │ ├── readme │ │ │ └── vacpp.mak │ │ └── echosrv │ │ │ ├── echo.def │ │ │ ├── echosmt.c │ │ │ ├── echosmt.exe │ │ │ ├── echosrv.c │ │ │ ├── echosrv.exe │ │ │ ├── echostcp.c │ │ │ ├── echostcp.exe │ │ │ ├── readme │ │ │ └── vacpp.mak │ ├── hps │ │ ├── cliserv.h │ │ ├── echoc.c │ │ ├── echoc.exe │ │ ├── echos.c │ │ ├── echos.exe │ │ ├── hps.def │ │ └── vacpp.mak │ ├── os2ioctl │ │ ├── os2ioctl.c │ │ ├── os2ioctl.exe │ │ ├── readme │ │ └── vacpp.mak │ ├── r0lib32 │ │ ├── client.c │ │ ├── client.exe │ │ ├── dd.asm │ │ ├── driver.c │ │ ├── init16.c │ │ ├── readme │ │ ├── test.def │ │ ├── test.sys │ │ ├── testini.c │ │ ├── testini.exe │ │ └── vacpp.mak │ ├── rcopy │ │ ├── rcopy.c │ │ ├── rcopy.def │ │ ├── rcopy.exe │ │ ├── rcopyb.def │ │ ├── readme │ │ └── vacpp.mak │ ├── rpc │ │ ├── genesend.c │ │ ├── genesend.exe │ │ ├── geneserv.c │ │ ├── geneserv.exe │ │ ├── rawex.c │ │ ├── rawex.exe │ │ ├── readme │ │ ├── rpc.def │ │ └── rpcsamp.mak │ ├── rpcgen │ │ ├── readme │ │ ├── rg.x │ │ ├── rgc.exe │ │ ├── rgs.exe │ │ ├── rguc.c │ │ ├── rgus.c │ │ ├── rpcg.def │ │ ├── rpcgsamp.cmd │ │ └── rpcgsamp.mak │ ├── sampdll │ │ ├── myprog.c │ │ ├── myprog.def │ │ ├── myprog.exe │ │ ├── myprogb.def │ │ ├── readme │ │ ├── sampdll.c │ │ ├── sampdll.def │ │ ├── sampdll.dll │ │ ├── sampdll.lib │ │ ├── sampdllb.def │ │ ├── sampdllm.def │ │ └── vacpp.mak │ ├── sendfile │ │ ├── readme │ │ ├── recv.c │ │ ├── sendfile.c │ │ ├── sendfile.exe │ │ └── vacpp.mak │ ├── socket │ │ ├── msgc.c │ │ ├── msgc.exe │ │ ├── msgs.c │ │ ├── msgs.exe │ │ ├── readme │ │ ├── selects.c │ │ ├── selects.exe │ │ ├── sock.def │ │ ├── tcpc.c │ │ ├── tcpc.exe │ │ ├── tcps.c │ │ ├── tcps.exe │ │ ├── udpc.c │ │ ├── udpc.exe │ │ ├── udps.c │ │ ├── udps.exe │ │ └── vacpp.mak │ └── sysctl │ │ ├── readme │ │ ├── sysctl.c │ │ ├── sysctl.exe │ │ └── vacpp.mak └── wps │ ├── browse │ ├── browcls.idl │ ├── browse.c │ ├── browse.def │ ├── browse.dll │ ├── browse.hlp │ ├── browse.ico │ ├── browse.idl │ ├── browse.ipf │ ├── browse.mak │ ├── browse.rc │ ├── pmbrowse.c │ └── pmbrowse.h │ ├── car │ ├── car.c │ ├── car.dll │ ├── car.hlp │ ├── car.ico │ ├── car.idl │ ├── car.ipf │ ├── car.mak │ ├── car.rc │ └── cardef.h │ ├── carpp │ ├── brake.cpp │ ├── brake.h │ ├── carpp.cpp │ ├── carpp.dll │ ├── carpp.hlp │ ├── carpp.ico │ ├── carpp.idl │ ├── carpp.ipf │ ├── carpp.mak │ ├── carpp.rc │ ├── horn.cpp │ ├── horn.h │ ├── readme │ ├── rpm.cpp │ └── rpm.h │ ├── textfldr │ ├── textfldr.c │ ├── textfldr.dll │ ├── textfldr.ico │ ├── textfldr.idl │ ├── textfldr.mak │ └── textfldr.rc │ ├── wpstutor │ ├── install.cmd │ ├── methodid.h │ ├── showdesc.c │ ├── showdesc.def │ ├── showdesc.exe │ ├── showdesc.h │ ├── showdesc.ico │ ├── showdesc.mak │ ├── showdesc.rc │ ├── wpstutor.c │ ├── wpstutor.dll │ ├── wpstutor.ico │ ├── wpstutor.idl │ ├── wpstutor.mak │ └── wpstutor.rc │ └── wsfile │ ├── dinstall.cmd │ ├── install.cmd │ ├── wsfile.c │ ├── wsfile.dll │ ├── wsfile.hlp │ ├── wsfile.ico │ ├── wsfile.idl │ ├── wsfile.ipf │ ├── wsfile.mak │ ├── wsfile.rc │ ├── wsfold2.ico │ ├── wsfolder.c │ ├── wsfolder.dll │ ├── wsfolder.hlp │ ├── wsfolder.ico │ ├── wsfolder.idl │ ├── wsfolder.ipf │ └── wsfolder.rc ├── som ├── bin │ ├── ctoi.cmd │ ├── irdump.exe │ ├── pdl.exe │ ├── sc.exe │ ├── scobj.exe │ ├── somcorba.cmd │ ├── somcpp.exe │ ├── somdeps.exe │ ├── somdeps1.exe │ ├── somdeps2.exe │ ├── somenv.cmd │ ├── somhh.cmd │ ├── somipc.exe │ ├── somopc.exe │ ├── somsetup.exe │ ├── somstars.cmd │ ├── somtempl.exe │ ├── somtempl.ps │ ├── somtempl.txt │ ├── somxh.cmd │ └── spp.exe ├── common │ ├── dll │ │ ├── som.dll │ │ ├── somd.dll │ │ ├── somem.dll │ │ ├── somir.dll │ │ ├── soms.dll │ │ ├── somsec.dll │ │ ├── somst.dll │ │ ├── somst32.dll │ │ ├── somtc.dll │ │ ├── somu.dll │ │ └── somuc.dll │ ├── etc │ │ └── 214 │ │ │ └── som.ir │ ├── install │ │ ├── syslevel.sct │ │ ├── syslevel.sds │ │ ├── syslevel.sem │ │ ├── syslevel.sir │ │ ├── syslevel.snw │ │ ├── syslevel.spf │ │ ├── syslevel.srf │ │ ├── syslevel.srk │ │ ├── syslevel.ssi │ │ ├── syslevel.ssn │ │ ├── syslevel.sst │ │ ├── syslevel.suc │ │ └── syslevel.sut │ ├── pregimpl.exe │ ├── regimpl.exe │ ├── somdchk.exe │ ├── somdd.exe │ ├── somdsvr.exe │ └── system │ │ ├── somd.msg │ │ ├── some_os2.msg │ │ ├── somk.msg │ │ ├── somr_os2.msg │ │ ├── somucos2.msg │ │ └── srgc_os2.msg ├── include │ ├── attribdf.h │ ├── attribdf.idl │ ├── attribdf.xh │ ├── boa.h │ ├── boa.idl │ ├── boa.xh │ ├── brs.efw │ ├── clientev.h │ ├── clientev.idl │ ├── clientev.xh │ ├── cntxt.h │ ├── cntxt.idl │ ├── cntxt.xh │ ├── constdef.h │ ├── constdef.idl │ ├── constdef.xh │ ├── containd.h │ ├── containd.idl │ ├── containd.xh │ ├── containr.h │ ├── containr.idl │ ├── containr.xh │ ├── cpp.efw │ ├── ctm.efw │ ├── defedidl.h │ ├── defedidl.idl │ ├── defedidl.xh │ ├── eda.h │ ├── eda.idl │ ├── eda.xh │ ├── eman.h │ ├── eman.idl │ ├── eman.xh │ ├── emitlib.h │ ├── emregdat.h │ ├── emregdat.idl │ ├── emregdat.xh │ ├── emtypes.h │ ├── event.h │ ├── event.idl │ ├── event.xh │ ├── eventmsk.h │ ├── excptdef.h │ ├── excptdef.idl │ ├── excptdef.xh │ ├── fma.h │ ├── fma.idl │ ├── fma.xh │ ├── fmi.h │ ├── fmi.idl │ ├── fmi.xh │ ├── fmib.h │ ├── fmib.idl │ ├── fmib.xh │ ├── fsagm.h │ ├── fsagm.idl │ ├── fsagm.xh │ ├── fsgm.h │ ├── fsgm.idl │ ├── fsgm.xh │ ├── gen_c.efc │ ├── gen_c.efs │ ├── gen_c.efw │ ├── gen_cpp.efw │ ├── gen_def.efw │ ├── gen_emit.efc │ ├── gen_emit.efs │ ├── gen_emit.efw │ ├── gen_emit.efx │ ├── gen_idl.efw │ ├── gen_make.efc │ ├── gen_make.efs │ ├── gen_make.efw │ ├── gen_mk32.efc │ ├── gen_mk32.efs │ ├── gen_mk32.efw │ ├── gen_temp.efw │ ├── idl.efw │ ├── impldef.h │ ├── impldef.idl │ ├── impldef.xh │ ├── implrep.h │ ├── implrep.idl │ ├── implrep.xh │ ├── intfacdf.h │ ├── intfacdf.idl │ ├── intfacdf.xh │ ├── iogma.h │ ├── iogma.idl │ ├── iogma.xh │ ├── iogrp.h │ ├── iogrp.idl │ ├── iogrp.xh │ ├── ipxsock.h │ ├── ipxsock.idl │ ├── ipxsock.xh │ ├── keycpjw.h │ ├── keycpjw.idl │ ├── keycpjw.xh │ ├── linear.h │ ├── linear.idl │ ├── linear.xh │ ├── mcollect.h │ ├── mcollect.idl │ ├── mcollect.xh │ ├── mia.h │ ├── mia.idl │ ├── mia.xh │ ├── mlink.h │ ├── mlink.idl │ ├── mlink.xh │ ├── moduledf.h │ ├── moduledf.idl │ ├── moduledf.xh │ ├── morder.h │ ├── morder.idl │ ├── morder.xh │ ├── nameable.h │ ├── nameable.idl │ ├── nameable.xh │ ├── nbsock.h │ ├── nbsock.idl │ ├── nbsock.xh │ ├── nsma.h │ ├── nsma.idl │ ├── nsma.xh │ ├── nvlist.h │ ├── nvlist.idl │ ├── nvlist.xh │ ├── objset.h │ ├── objset.idl │ ├── objset.xh │ ├── om.h │ ├── om.idl │ ├── om.xh │ ├── operatdf.h │ ├── operatdf.idl │ ├── operatdf.xh │ ├── orb.h │ ├── orb.idl │ ├── orb.xh │ ├── paramdef.h │ ├── paramdef.idl │ ├── paramdef.xh │ ├── pid.h │ ├── pid.idl │ ├── pid.xh │ ├── po.h │ ├── po.idl │ ├── po.xh │ ├── poid.h │ ├── poid.idl │ ├── poid.xh │ ├── poida.h │ ├── poida.idl │ ├── poida.xh │ ├── principl.h │ ├── principl.idl │ ├── principl.xh │ ├── psma.h │ ├── psma.idl │ ├── psma.xh │ ├── replicbl.h │ ├── replicbl.idl │ ├── replicbl.xh │ ├── repostry.h │ ├── repostry.idl │ ├── repostry.xh │ ├── request.h │ ├── request.idl │ ├── request.xh │ ├── scattrib.h │ ├── scattrib.idl │ ├── scattrib.xh │ ├── scbase.h │ ├── scbase.idl │ ├── scbase.xh │ ├── scclass.h │ ├── scclass.idl │ ├── scclass.xh │ ├── sccommon.h │ ├── sccommon.idl │ ├── sccommon.xh │ ├── scconst.h │ ├── scconst.idl │ ├── scconst.xh │ ├── scdata.h │ ├── scdata.idl │ ├── scdata.xh │ ├── scemit.h │ ├── scemit.idl │ ├── scemit.xh │ ├── scentry.h │ ├── scentry.idl │ ├── scentry.xh │ ├── scenum.h │ ├── scenum.idl │ ├── scenum.xh │ ├── scenumnm.h │ ├── scenumnm.idl │ ├── scenumnm.xh │ ├── scmeta.h │ ├── scmeta.idl │ ├── scmeta.xh │ ├── scmethod.h │ ├── scmethod.idl │ ├── scmethod.xh │ ├── scmodule.h │ ├── scmodule.idl │ ├── scmodule.xh │ ├── scparm.h │ ├── scparm.idl │ ├── scparm.xh │ ├── scpass.h │ ├── scpass.idl │ ├── scpass.xh │ ├── scseqnce.h │ ├── scseqnce.idl │ ├── scseqnce.xh │ ├── scstring.h │ ├── scstring.idl │ ├── scstring.xh │ ├── scstruct.h │ ├── scstruct.idl │ ├── scstruct.xh │ ├── sctdef.h │ ├── sctdef.idl │ ├── sctdef.xh │ ├── sctmplt.h │ ├── sctmplt.idl │ ├── sctmplt.xh │ ├── sctypes.h │ ├── scunion.h │ ├── scunion.idl │ ├── scunion.xh │ ├── scusrtyp.h │ ├── scusrtyp.idl │ ├── scusrtyp.xh │ ├── servmgr.h │ ├── servmgr.idl │ ├── servmgr.xh │ ├── sinkev.h │ ├── sinkev.idl │ ├── sinkev.xh │ ├── sm.h │ ├── smcidl.h │ ├── snglicls.h │ ├── snglicls.idl │ ├── snglicls.xh │ ├── som.h │ ├── som.hc │ ├── som.hh │ ├── som.hs │ ├── som.xh │ ├── somapi.h │ ├── sombacls.h │ ├── sombacls.idl │ ├── sombacls.xh │ ├── sombtype.h │ ├── somcd.h │ ├── somcdev.h │ ├── somcdev.xh │ ├── somcls.api │ ├── somcls.h │ ├── somcls.idl │ ├── somcls.sc │ ├── somcls.xh │ ├── somcm.h │ ├── somcm.idl │ ├── somcm.sc │ ├── somcm.xh │ ├── somcorba.h │ ├── somd.h │ ├── somd.hh │ ├── somd.xh │ ├── somdcprx.h │ ├── somdcprx.idl │ ├── somdcprx.xh │ ├── somdebug.h │ ├── somderr.h │ ├── somdext.h │ ├── somdobj.h │ ├── somdobj.idl │ ├── somdobj.xh │ ├── somdom.h │ ├── somdom.idl │ ├── somdom.xh │ ├── somdserv.h │ ├── somdserv.idl │ ├── somdserv.xh │ ├── somdtype.h │ ├── somdtype.idl │ ├── somdtype.xh │ ├── somh.hh │ ├── somida.h │ ├── somida.idl │ ├── somida.xh │ ├── somir.h │ ├── somir.hh │ ├── somir.xh │ ├── somitype.h │ ├── somltype.h │ ├── somnames.h │ ├── somoa.h │ ├── somoa.idl │ ├── somoa.xh │ ├── somobj.h │ ├── somobj.idl │ ├── somobj.sc │ ├── somobj.xh │ ├── somp.h │ ├── somp.idl │ ├── somp.xh │ ├── somperr.h │ ├── somperr.idl │ ├── somperr.xh │ ├── somperrd.h │ ├── somperrd.idl │ ├── somperrd.xh │ ├── somport.h │ ├── sompstad.h │ ├── sompstad.idl │ ├── sompstad.xh │ ├── sompstat.h │ ├── sompstat.idl │ ├── sompstat.xh │ ├── somr.h │ ├── somr.idl │ ├── somr.xh │ ├── somrcls.h │ ├── somrcls.idl │ ├── somrcls.xh │ ├── somrerr.h │ ├── somrerr.idl │ ├── somrerr.xh │ ├── somrerrd.h │ ├── somrerrd.idl │ ├── somrerrd.xh │ ├── somrmcls.h │ ├── somrmcls.idl │ ├── somrmcls.xh │ ├── soms.h │ ├── soms.xh │ ├── somsid.h │ ├── somsid.idl │ ├── somsid.xh │ ├── somssock.h │ ├── somssock.idl │ ├── somssock.xh │ ├── somstrt.h │ ├── somstrt.idl │ ├── somstrt.xh │ ├── somtc.h │ ├── somtc.hh │ ├── somtc.xh │ ├── somtcnst.h │ ├── somtcnst.hh │ ├── somtcnst.xh │ ├── somtdbcs.c │ ├── somtempl.app │ ├── somtempl.cfg │ ├── somthrd.h │ ├── somtrcls.h │ ├── somtrcls.idl │ ├── somtrcls.xh │ ├── somtypes.h │ ├── somtypes.xh │ ├── srdict.h │ ├── srkset.h │ ├── srkset.idl │ ├── srkset.xh │ ├── srmsgnos.h │ ├── srutil.h │ ├── stexcep.h │ ├── stexcep.idl │ ├── stexcep.xh │ ├── tassoc.h │ ├── tassoc.idl │ ├── tassoc.xh │ ├── tclong.h │ ├── tclong.idl │ ├── tclong.xh │ ├── tcollect.h │ ├── tcollect.idl │ ├── tcollect.xh │ ├── tcp32.h │ ├── tcp32.idl │ ├── tcp32.xh │ ├── tcpsock.h │ ├── tcpsock.idl │ ├── tcpsock.xh │ ├── tdeq.h │ ├── tdeq.idl │ ├── tdeq.xh │ ├── tdeqitr.h │ ├── tdeqitr.idl │ ├── tdeqitr.xh │ ├── tdeqlink.h │ ├── tdeqlink.idl │ ├── tdeqlink.xh │ ├── tdict.h │ ├── tdict.idl │ ├── tdict.xh │ ├── tdictitr.h │ ├── tdictitr.idl │ ├── tdictitr.xh │ ├── thash.h │ ├── thash.idl │ ├── thash.xh │ ├── thashitr.h │ ├── thashitr.idl │ ├── thashitr.xh │ ├── timer.h │ ├── timerev.h │ ├── timerev.idl │ ├── timerev.xh │ ├── titeratr.h │ ├── titeratr.idl │ ├── titeratr.xh │ ├── tpll.h │ ├── tpll.idl │ ├── tpll.xh │ ├── tpllitr.h │ ├── tpllitr.idl │ ├── tpllitr.xh │ ├── tpq.h │ ├── tpq.idl │ ├── tpq.xh │ ├── tpqitr.h │ ├── tpqitr.idl │ ├── tpqitr.xh │ ├── tseq.h │ ├── tseq.idl │ ├── tseq.xh │ ├── tseqitr.h │ ├── tseqitr.idl │ ├── tseqitr.xh │ ├── tset.h │ ├── tset.idl │ ├── tset.xh │ ├── tsetitr.h │ ├── tsetitr.idl │ ├── tsetitr.xh │ ├── tss.h │ ├── tss.idl │ ├── tss.xh │ ├── tssitr.h │ ├── tssitr.idl │ ├── tssitr.xh │ ├── tssnode.h │ ├── tssnode.idl │ ├── tssnode.xh │ ├── typedef.h │ ├── typedef.idl │ ├── typedef.xh │ ├── workprev.h │ ├── workprev.idl │ └── workprev.xh ├── lib │ ├── emitbrs.dll │ ├── emitc.dll │ ├── emitcsc.dll │ ├── emitctm.dll │ ├── emitdef.dll │ ├── emitgen.dll │ ├── emith.dll │ ├── emithc.dll │ ├── emithh.dll │ ├── emitidl.dll │ ├── emitih.dll │ ├── emitir.dll │ ├── emitpdl.dll │ ├── emitph.dll │ ├── emitpsc.dll │ ├── emitsc.dll │ ├── emituc.dll │ ├── emituxc.dll │ ├── emitxc.dll │ ├── emitxh.dll │ ├── emitxih.dll │ ├── emitxph.dll │ ├── emitxtm.dll │ ├── somc.dll │ ├── somcd.dll │ ├── somcd.lib │ ├── somct.dll │ ├── somdbg.dll │ ├── somdbg.lib │ ├── some.dll │ ├── somp.dll │ ├── sompsl.dll │ ├── somr.dll │ ├── somsa.dll │ ├── somsi.dll │ ├── somsn.dll │ └── somtk.lib └── msg │ └── somc.msg └── speech ├── bin ├── fsgenum.exe ├── fsgprint.exe ├── fsgtest.exe ├── tidygram.exe └── vtbnfc.exe ├── book ├── annot.htm ├── bannerx.gif ├── bnf.htm ├── gram-faq.htm ├── grammar.htm ├── gramtool.htm ├── sgl.htm ├── style.htm ├── tidygram.htm ├── tkasru02.htm ├── tkasru03.htm ├── tkasru04.htm ├── tkasru05.htm ├── tkasru06.htm ├── tkasru07.htm ├── tkasru08.htm ├── tkasru09.htm ├── tkasru10.htm ├── tkasru11.htm ├── tkasrun.htm ├── vtbnfc.htm └── wcs.htm ├── dll ├── smapi.dll └── smapi.map ├── h ├── smapi.h ├── smargs.h ├── smcallb.h ├── smcomm.h ├── smlimits.h ├── smmsg.h └── smrc.h ├── lib └── smapi.lib └── readme.vtd /bin/alp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/alp.exe -------------------------------------------------------------------------------- /bin/alp.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/alp.msg -------------------------------------------------------------------------------- /bin/dlgedit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/dlgedit.exe -------------------------------------------------------------------------------- /bin/exehdr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/exehdr.exe -------------------------------------------------------------------------------- /bin/fontedit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/fontedit.exe -------------------------------------------------------------------------------- /bin/fwdstamp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/fwdstamp.exe -------------------------------------------------------------------------------- /bin/gencat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/gencat.exe -------------------------------------------------------------------------------- /bin/iconedit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/iconedit.exe -------------------------------------------------------------------------------- /bin/implib.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/implib.exe -------------------------------------------------------------------------------- /bin/ipfc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/ipfc.exe -------------------------------------------------------------------------------- /bin/kifsmon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/kifsmon.exe -------------------------------------------------------------------------------- /bin/kiiface.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/kiiface.exe -------------------------------------------------------------------------------- /bin/kwikinf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/kwikinf.exe -------------------------------------------------------------------------------- /bin/link386.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/link386.exe -------------------------------------------------------------------------------- /bin/mapsym.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/mapsym.exe -------------------------------------------------------------------------------- /bin/markexe.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/markexe.exe -------------------------------------------------------------------------------- /bin/masm2alp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/masm2alp.exe -------------------------------------------------------------------------------- /bin/midiconv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/midiconv.exe -------------------------------------------------------------------------------- /bin/mkcatdef.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/mkcatdef.exe -------------------------------------------------------------------------------- /bin/mkmsgf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/mkmsgf.exe -------------------------------------------------------------------------------- /bin/mktmpf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/mktmpf.exe -------------------------------------------------------------------------------- /bin/msgbind.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/msgbind.exe -------------------------------------------------------------------------------- /bin/nmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/nmake.exe -------------------------------------------------------------------------------- /bin/nmake32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/nmake32.exe -------------------------------------------------------------------------------- /bin/os2stub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/os2stub.exe -------------------------------------------------------------------------------- /bin/p2string.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/p2string.exe -------------------------------------------------------------------------------- /bin/pack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/pack.exe -------------------------------------------------------------------------------- /bin/pack2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/pack2.exe -------------------------------------------------------------------------------- /bin/rc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/rc.exe -------------------------------------------------------------------------------- /bin/rc16.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/rc16.exe -------------------------------------------------------------------------------- /bin/rcpp.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/rcpp.err -------------------------------------------------------------------------------- /bin/rcpp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/rcpp.exe -------------------------------------------------------------------------------- /bin/readme.alp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/readme.alp -------------------------------------------------------------------------------- /bin/readme.p2s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/readme.p2s -------------------------------------------------------------------------------- /bin/rpcgen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/rpcgen.exe -------------------------------------------------------------------------------- /bin/sample.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/sample.out -------------------------------------------------------------------------------- /bin/sample.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/sample.scr -------------------------------------------------------------------------------- /bin/showdesc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/showdesc.exe -------------------------------------------------------------------------------- /bin/socktest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/socktest.exe -------------------------------------------------------------------------------- /bin/syslevel.tlk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/syslevel.tlk -------------------------------------------------------------------------------- /bin/trcust.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/trcust.exe -------------------------------------------------------------------------------- /bin/wpidl2xh.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/wpidl2xh.cmd -------------------------------------------------------------------------------- /bin/wsformat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bin/wsformat.exe -------------------------------------------------------------------------------- /bitmap/seject.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/seject.bmp -------------------------------------------------------------------------------- /bitmap/sejecth.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sejecth.bmp -------------------------------------------------------------------------------- /bitmap/sff.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sff.bmp -------------------------------------------------------------------------------- /bitmap/sff0h.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sff0h.bmp -------------------------------------------------------------------------------- /bitmap/spause.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/spause.bmp -------------------------------------------------------------------------------- /bitmap/spauseh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/spauseh.bmp -------------------------------------------------------------------------------- /bitmap/splay0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/splay0.bmp -------------------------------------------------------------------------------- /bitmap/splay1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/splay1.bmp -------------------------------------------------------------------------------- /bitmap/splay2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/splay2.bmp -------------------------------------------------------------------------------- /bitmap/splay3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/splay3.bmp -------------------------------------------------------------------------------- /bitmap/splay4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/splay4.bmp -------------------------------------------------------------------------------- /bitmap/splayh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/splayh.bmp -------------------------------------------------------------------------------- /bitmap/srec0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/srec0.bmp -------------------------------------------------------------------------------- /bitmap/srec1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/srec1.bmp -------------------------------------------------------------------------------- /bitmap/srew.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/srew.bmp -------------------------------------------------------------------------------- /bitmap/srew0h.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/srew0h.bmp -------------------------------------------------------------------------------- /bitmap/sscanb.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb.bmp -------------------------------------------------------------------------------- /bitmap/sscanb0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb0.bmp -------------------------------------------------------------------------------- /bitmap/sscanb1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb1.bmp -------------------------------------------------------------------------------- /bitmap/sscanb2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb2.bmp -------------------------------------------------------------------------------- /bitmap/sscanb3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb3.bmp -------------------------------------------------------------------------------- /bitmap/sscanb4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb4.bmp -------------------------------------------------------------------------------- /bitmap/sscanb5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanb5.bmp -------------------------------------------------------------------------------- /bitmap/sscanf.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf.bmp -------------------------------------------------------------------------------- /bitmap/sscanf0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf0.bmp -------------------------------------------------------------------------------- /bitmap/sscanf1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf1.bmp -------------------------------------------------------------------------------- /bitmap/sscanf2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf2.bmp -------------------------------------------------------------------------------- /bitmap/sscanf3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf3.bmp -------------------------------------------------------------------------------- /bitmap/sscanf4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf4.bmp -------------------------------------------------------------------------------- /bitmap/sscanf5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sscanf5.bmp -------------------------------------------------------------------------------- /bitmap/sstepb.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sstepb.bmp -------------------------------------------------------------------------------- /bitmap/sstepf.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sstepf.bmp -------------------------------------------------------------------------------- /bitmap/sstop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sstop.bmp -------------------------------------------------------------------------------- /bitmap/sstoph.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/sstoph.bmp -------------------------------------------------------------------------------- /bitmap/strka.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/strka.bmp -------------------------------------------------------------------------------- /bitmap/strkah.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/strkah.bmp -------------------------------------------------------------------------------- /bitmap/strkr.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/strkr.bmp -------------------------------------------------------------------------------- /bitmap/strkrh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/bitmap/strkrh.bmp -------------------------------------------------------------------------------- /book/addendum.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/addendum.inf -------------------------------------------------------------------------------- /book/alpref.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/alpref.inf -------------------------------------------------------------------------------- /book/cp1.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/cp1.inf -------------------------------------------------------------------------------- /book/cp2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/cp2.inf -------------------------------------------------------------------------------- /book/cp3.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/cp3.inf -------------------------------------------------------------------------------- /book/dnal1mst.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/dnal1mst.inf -------------------------------------------------------------------------------- /book/dpil1mst.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/dpil1mst.inf -------------------------------------------------------------------------------- /book/epmkwhlp.ndx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/epmkwhlp.ndx -------------------------------------------------------------------------------- /book/gpi1.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/gpi1.inf -------------------------------------------------------------------------------- /book/gpi2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/gpi2.inf -------------------------------------------------------------------------------- /book/gpi3.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/gpi3.inf -------------------------------------------------------------------------------- /book/gpi4.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/gpi4.inf -------------------------------------------------------------------------------- /book/ipfref.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/ipfref.inf -------------------------------------------------------------------------------- /book/lxref.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/lxref.htm -------------------------------------------------------------------------------- /book/mmapg.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/mmapg.inf -------------------------------------------------------------------------------- /book/mmref1.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/mmref1.inf -------------------------------------------------------------------------------- /book/mmref2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/mmref2.inf -------------------------------------------------------------------------------- /book/mmref3.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/mmref3.inf -------------------------------------------------------------------------------- /book/mmsspg.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/mmsspg.inf -------------------------------------------------------------------------------- /book/nmake32.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/nmake32.inf -------------------------------------------------------------------------------- /book/oglbase.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/oglbase.inf -------------------------------------------------------------------------------- /book/omfref.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/omfref.htm -------------------------------------------------------------------------------- /book/open32.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/open32.inf -------------------------------------------------------------------------------- /book/pdguide.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pdguide.inf -------------------------------------------------------------------------------- /book/pm1.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pm1.inf -------------------------------------------------------------------------------- /book/pm2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pm2.inf -------------------------------------------------------------------------------- /book/pm3.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pm3.inf -------------------------------------------------------------------------------- /book/pm4.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pm4.inf -------------------------------------------------------------------------------- /book/pm5.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pm5.inf -------------------------------------------------------------------------------- /book/pmbdtech.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/pmbdtech.inf -------------------------------------------------------------------------------- /book/rc16.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/rc16.inf -------------------------------------------------------------------------------- /book/rexxpg.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/rexxpg.inf -------------------------------------------------------------------------------- /book/rxstring.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/rxstring.doc -------------------------------------------------------------------------------- /book/sg244640.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/sg244640.inf -------------------------------------------------------------------------------- /book/somguide.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/somguide.inf -------------------------------------------------------------------------------- /book/somref.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/somref.inf -------------------------------------------------------------------------------- /book/srvfpgr.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/srvfpgr.inf -------------------------------------------------------------------------------- /book/tcppr.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/tcppr.inf -------------------------------------------------------------------------------- /book/toolsref.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/toolsref.inf -------------------------------------------------------------------------------- /book/uniapi.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/uniapi.htm -------------------------------------------------------------------------------- /book/usetlkt.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/usetlkt.inf -------------------------------------------------------------------------------- /book/winsoc11.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/winsoc11.inf -------------------------------------------------------------------------------- /book/wps1.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/wps1.inf -------------------------------------------------------------------------------- /book/wps2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/wps2.inf -------------------------------------------------------------------------------- /book/wps3.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/wps3.inf -------------------------------------------------------------------------------- /book/wpsguide.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/wpsguide.inf -------------------------------------------------------------------------------- /book/xpg4ref.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/book/xpg4ref.inf -------------------------------------------------------------------------------- /changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/changelog -------------------------------------------------------------------------------- /dll/browse.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/browse.dll -------------------------------------------------------------------------------- /dll/car.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/car.dll -------------------------------------------------------------------------------- /dll/carpp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/carpp.dll -------------------------------------------------------------------------------- /dll/ipf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/ipf.dll -------------------------------------------------------------------------------- /dll/kiutil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/kiutil.dll -------------------------------------------------------------------------------- /dll/objutil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/objutil.dll -------------------------------------------------------------------------------- /dll/p2s_dll.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/p2s_dll.dll -------------------------------------------------------------------------------- /dll/textfldr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/textfldr.dll -------------------------------------------------------------------------------- /dll/wpclslst.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/wpclslst.dll -------------------------------------------------------------------------------- /dll/wpstutor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/wpstutor.dll -------------------------------------------------------------------------------- /dll/wsfile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/wsfile.dll -------------------------------------------------------------------------------- /dll/wsfolder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/dll/wsfolder.dll -------------------------------------------------------------------------------- /h/acb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/acb.h -------------------------------------------------------------------------------- /h/access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/access.h -------------------------------------------------------------------------------- /h/alert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/alert.h -------------------------------------------------------------------------------- /h/alertmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/alertmsg.h -------------------------------------------------------------------------------- /h/appparm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/appparm.h -------------------------------------------------------------------------------- /h/appparmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/appparmd.h -------------------------------------------------------------------------------- /h/arpa/ftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/arpa/ftp.h -------------------------------------------------------------------------------- /h/arpa/inet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/arpa/inet.h -------------------------------------------------------------------------------- /h/arpa/nameser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/arpa/nameser.h -------------------------------------------------------------------------------- /h/arpa/telnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/arpa/telnet.h -------------------------------------------------------------------------------- /h/arpa/tftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/arpa/tftp.h -------------------------------------------------------------------------------- /h/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/audio.h -------------------------------------------------------------------------------- /h/audit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/audit.h -------------------------------------------------------------------------------- /h/basedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/basedef.h -------------------------------------------------------------------------------- /h/basemac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/basemac.h -------------------------------------------------------------------------------- /h/basemid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/basemid.h -------------------------------------------------------------------------------- /h/bdcalls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bdcalls.h -------------------------------------------------------------------------------- /h/bse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bse.h -------------------------------------------------------------------------------- /h/bsedev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bsedev.h -------------------------------------------------------------------------------- /h/bsedos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bsedos.h -------------------------------------------------------------------------------- /h/bseerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bseerr.h -------------------------------------------------------------------------------- /h/bsememf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bsememf.h -------------------------------------------------------------------------------- /h/bseord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bseord.h -------------------------------------------------------------------------------- /h/bsesub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bsesub.h -------------------------------------------------------------------------------- /h/bsetib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bsetib.h -------------------------------------------------------------------------------- /h/bsexcpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/bsexcpt.h -------------------------------------------------------------------------------- /h/callconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/callconv.h -------------------------------------------------------------------------------- /h/callout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/callout.h -------------------------------------------------------------------------------- /h/cdaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/cdaudio.h -------------------------------------------------------------------------------- /h/cdaudos2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/cdaudos2.h -------------------------------------------------------------------------------- /h/chardev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/chardev.h -------------------------------------------------------------------------------- /h/codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/codec.h -------------------------------------------------------------------------------- /h/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/config.h -------------------------------------------------------------------------------- /h/dasd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/dasd.h -------------------------------------------------------------------------------- /h/dcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/dcb.h -------------------------------------------------------------------------------- /h/dcdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/dcdb.h -------------------------------------------------------------------------------- /h/ddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ddi.h -------------------------------------------------------------------------------- /h/dive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/dive.h -------------------------------------------------------------------------------- /h/dmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/dmi.h -------------------------------------------------------------------------------- /h/dmiapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/dmiapi.h -------------------------------------------------------------------------------- /h/driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/driver.h -------------------------------------------------------------------------------- /h/entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/entry.h -------------------------------------------------------------------------------- /h/errcmpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/errcmpat.h -------------------------------------------------------------------------------- /h/errlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/errlog.h -------------------------------------------------------------------------------- /h/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/error.h -------------------------------------------------------------------------------- /h/evcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/evcb.h -------------------------------------------------------------------------------- /h/exe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/exe.h -------------------------------------------------------------------------------- /h/exe386.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/exe386.h -------------------------------------------------------------------------------- /h/ffst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ffst.h -------------------------------------------------------------------------------- /h/fourcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/fourcc.h -------------------------------------------------------------------------------- /h/ftpapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ftpapi.h -------------------------------------------------------------------------------- /h/genio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/genio.h -------------------------------------------------------------------------------- /h/gl/aux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/gl/aux.h -------------------------------------------------------------------------------- /h/gl/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/gl/gl.h -------------------------------------------------------------------------------- /h/gl/glu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/gl/glu.h -------------------------------------------------------------------------------- /h/gl/glut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/gl/glut.h -------------------------------------------------------------------------------- /h/gl/pgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/gl/pgl.h -------------------------------------------------------------------------------- /h/gl/tk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/gl/tk.h -------------------------------------------------------------------------------- /h/hmtailor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/hmtailor.h -------------------------------------------------------------------------------- /h/lan_1_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lan_1_c.h -------------------------------------------------------------------------------- /h/lan_2_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lan_2_c.h -------------------------------------------------------------------------------- /h/lan_3_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lan_3_c.h -------------------------------------------------------------------------------- /h/lan_4_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lan_4_c.h -------------------------------------------------------------------------------- /h/lan_6_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lan_6_c.h -------------------------------------------------------------------------------- /h/lan_7_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lan_7_c.h -------------------------------------------------------------------------------- /h/layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/layout.h -------------------------------------------------------------------------------- /h/lfdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/lfdef.h -------------------------------------------------------------------------------- /h/libc/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/assert.h -------------------------------------------------------------------------------- /h/libc/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/conio.h -------------------------------------------------------------------------------- /h/libc/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/ctype.h -------------------------------------------------------------------------------- /h/libc/direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/direct.h -------------------------------------------------------------------------------- /h/libc/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/errno.h -------------------------------------------------------------------------------- /h/libc/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/fcntl.h -------------------------------------------------------------------------------- /h/libc/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/float.h -------------------------------------------------------------------------------- /h/libc/iconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/iconv.h -------------------------------------------------------------------------------- /h/libc/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/io.h -------------------------------------------------------------------------------- /h/libc/langinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/langinfo.h -------------------------------------------------------------------------------- /h/libc/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/limits.h -------------------------------------------------------------------------------- /h/libc/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/locale.h -------------------------------------------------------------------------------- /h/libc/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/malloc.h -------------------------------------------------------------------------------- /h/libc/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/math.h -------------------------------------------------------------------------------- /h/libc/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/memory.h -------------------------------------------------------------------------------- /h/libc/monetary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/monetary.h -------------------------------------------------------------------------------- /h/libc/nl_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/nl_types.h -------------------------------------------------------------------------------- /h/libc/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/process.h -------------------------------------------------------------------------------- /h/libc/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/regex.h -------------------------------------------------------------------------------- /h/libc/search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/search.h -------------------------------------------------------------------------------- /h/libc/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/setjmp.h -------------------------------------------------------------------------------- /h/libc/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/share.h -------------------------------------------------------------------------------- /h/libc/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/signal.h -------------------------------------------------------------------------------- /h/libc/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/stdarg.h -------------------------------------------------------------------------------- /h/libc/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/stddef.h -------------------------------------------------------------------------------- /h/libc/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/stdio.h -------------------------------------------------------------------------------- /h/libc/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/stdlib.h -------------------------------------------------------------------------------- /h/libc/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/string.h -------------------------------------------------------------------------------- /h/libc/sys/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/sys/stat.h -------------------------------------------------------------------------------- /h/libc/sys/timeb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/sys/timeb.h -------------------------------------------------------------------------------- /h/libc/sys/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/sys/types.h -------------------------------------------------------------------------------- /h/libc/sys/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/sys/utime.h -------------------------------------------------------------------------------- /h/libc/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/time.h -------------------------------------------------------------------------------- /h/libc/wchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/wchar.h -------------------------------------------------------------------------------- /h/libc/wcstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/wcstr.h -------------------------------------------------------------------------------- /h/libc/wctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/libc/wctype.h -------------------------------------------------------------------------------- /h/machine/ansi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/machine/ansi.h -------------------------------------------------------------------------------- /h/machine/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/machine/endian.h -------------------------------------------------------------------------------- /h/machine/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/machine/types.h -------------------------------------------------------------------------------- /h/mailslot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mailslot.h -------------------------------------------------------------------------------- /h/mcdos2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mcdos2.h -------------------------------------------------------------------------------- /h/mciapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mciapi.h -------------------------------------------------------------------------------- /h/mcidrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mcidrv.h -------------------------------------------------------------------------------- /h/mcios2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mcios2.h -------------------------------------------------------------------------------- /h/meerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/meerror.h -------------------------------------------------------------------------------- /h/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/message.h -------------------------------------------------------------------------------- /h/mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mi.h -------------------------------------------------------------------------------- /h/midi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/midi.h -------------------------------------------------------------------------------- /h/mididll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mididll.h -------------------------------------------------------------------------------- /h/midios2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/midios2.h -------------------------------------------------------------------------------- /h/miditype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/miditype.h -------------------------------------------------------------------------------- /h/minstall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/minstall.h -------------------------------------------------------------------------------- /h/mmdrvos2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mmdrvos2.h -------------------------------------------------------------------------------- /h/mmio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mmio.h -------------------------------------------------------------------------------- /h/mmioos2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mmioos2.h -------------------------------------------------------------------------------- /h/mmsystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mmsystem.h -------------------------------------------------------------------------------- /h/mvdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/mvdm.h -------------------------------------------------------------------------------- /h/ncb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ncb.h -------------------------------------------------------------------------------- /h/nerrno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/nerrno.h -------------------------------------------------------------------------------- /h/net/if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/net/if.h -------------------------------------------------------------------------------- /h/net/if_arp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/net/if_arp.h -------------------------------------------------------------------------------- /h/net/if_dl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/net/if_dl.h -------------------------------------------------------------------------------- /h/net/route.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/net/route.h -------------------------------------------------------------------------------- /h/netb_1_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netb_1_c.h -------------------------------------------------------------------------------- /h/netb_2_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netb_2_c.h -------------------------------------------------------------------------------- /h/netb_4_c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netb_4_c.h -------------------------------------------------------------------------------- /h/netbios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netbios.h -------------------------------------------------------------------------------- /h/netcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netcons.h -------------------------------------------------------------------------------- /h/netdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netdb.h -------------------------------------------------------------------------------- /h/neterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/neterr.h -------------------------------------------------------------------------------- /h/netinet/icmp_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/icmp_var.h -------------------------------------------------------------------------------- /h/netinet/if_ether.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/if_ether.h -------------------------------------------------------------------------------- /h/netinet/igmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/igmp.h -------------------------------------------------------------------------------- /h/netinet/igmp_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/igmp_var.h -------------------------------------------------------------------------------- /h/netinet/in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/in.h -------------------------------------------------------------------------------- /h/netinet/in_systm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/in_systm.h -------------------------------------------------------------------------------- /h/netinet/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/ip.h -------------------------------------------------------------------------------- /h/netinet/ip_icmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/ip_icmp.h -------------------------------------------------------------------------------- /h/netinet/ip_mrout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/ip_mrout.h -------------------------------------------------------------------------------- /h/netinet/ip_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/ip_var.h -------------------------------------------------------------------------------- /h/netinet/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/tcp.h -------------------------------------------------------------------------------- /h/netinet/tcp_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/tcp_time.h -------------------------------------------------------------------------------- /h/netinet/tcp_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/tcp_var.h -------------------------------------------------------------------------------- /h/netinet/tcpip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/tcpip.h -------------------------------------------------------------------------------- /h/netinet/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/udp.h -------------------------------------------------------------------------------- /h/netinet/udp_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netinet/udp_var.h -------------------------------------------------------------------------------- /h/netnb/nb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netnb/nb.h -------------------------------------------------------------------------------- /h/netstats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/netstats.h -------------------------------------------------------------------------------- /h/newexe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/newexe.h -------------------------------------------------------------------------------- /h/nmpipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/nmpipe.h -------------------------------------------------------------------------------- /h/os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2.h -------------------------------------------------------------------------------- /h/os2ctlwx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2ctlwx.h -------------------------------------------------------------------------------- /h/os2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2def.h -------------------------------------------------------------------------------- /h/os2im.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2im.h -------------------------------------------------------------------------------- /h/os2ime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2ime.h -------------------------------------------------------------------------------- /h/os2me.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2me.h -------------------------------------------------------------------------------- /h/os2medef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2medef.h -------------------------------------------------------------------------------- /h/os2mixer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2mixer.h -------------------------------------------------------------------------------- /h/os2nls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2nls.h -------------------------------------------------------------------------------- /h/os2wdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2wdef.h -------------------------------------------------------------------------------- /h/os2werr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2werr.h -------------------------------------------------------------------------------- /h/os2win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os2win.h -------------------------------------------------------------------------------- /h/os_dmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/os_dmi.h -------------------------------------------------------------------------------- /h/pddentry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pddentry.h -------------------------------------------------------------------------------- /h/pdpublic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pdpublic.h -------------------------------------------------------------------------------- /h/perfstub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/perfstub.h -------------------------------------------------------------------------------- /h/pm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pm.h -------------------------------------------------------------------------------- /h/pmavio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmavio.h -------------------------------------------------------------------------------- /h/pmbidi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmbidi.h -------------------------------------------------------------------------------- /h/pmbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmbitmap.h -------------------------------------------------------------------------------- /h/pmddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmddi.h -------------------------------------------------------------------------------- /h/pmddim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmddim.h -------------------------------------------------------------------------------- /h/pmdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmdev.h -------------------------------------------------------------------------------- /h/pmdjp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmdjp.h -------------------------------------------------------------------------------- /h/pmerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmerr.h -------------------------------------------------------------------------------- /h/pmfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmfont.h -------------------------------------------------------------------------------- /h/pmgpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmgpi.h -------------------------------------------------------------------------------- /h/pmhelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmhelp.h -------------------------------------------------------------------------------- /h/pmmle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmmle.h -------------------------------------------------------------------------------- /h/pmord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmord.h -------------------------------------------------------------------------------- /h/pmpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmpic.h -------------------------------------------------------------------------------- /h/pmsei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmsei.h -------------------------------------------------------------------------------- /h/pmshl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmshl.h -------------------------------------------------------------------------------- /h/pmspl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmspl.h -------------------------------------------------------------------------------- /h/pmstddlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmstddlg.h -------------------------------------------------------------------------------- /h/pmtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmtypes.h -------------------------------------------------------------------------------- /h/pmwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmwin.h -------------------------------------------------------------------------------- /h/pmwp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmwp.h -------------------------------------------------------------------------------- /h/pmwsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/pmwsock.h -------------------------------------------------------------------------------- /h/protocol/routed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/protocol/routed.h -------------------------------------------------------------------------------- /h/protocol/rwhod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/protocol/rwhod.h -------------------------------------------------------------------------------- /h/protocol/talkd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/protocol/talkd.h -------------------------------------------------------------------------------- /h/protocol/timed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/protocol/timed.h -------------------------------------------------------------------------------- /h/qos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/qos.h -------------------------------------------------------------------------------- /h/remutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/remutil.h -------------------------------------------------------------------------------- /h/resolv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/resolv.h -------------------------------------------------------------------------------- /h/rexxsaa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rexxsaa.h -------------------------------------------------------------------------------- /h/ripl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ripl.h -------------------------------------------------------------------------------- /h/rpc/auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/auth.h -------------------------------------------------------------------------------- /h/rpc/auth_uni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/auth_uni.h -------------------------------------------------------------------------------- /h/rpc/clnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/clnt.h -------------------------------------------------------------------------------- /h/rpc/pmap_cln.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/pmap_cln.h -------------------------------------------------------------------------------- /h/rpc/pmap_pro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/pmap_pro.h -------------------------------------------------------------------------------- /h/rpc/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/rpc.h -------------------------------------------------------------------------------- /h/rpc/rpc_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/rpc_msg.h -------------------------------------------------------------------------------- /h/rpc/rpcnetdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/rpcnetdb.h -------------------------------------------------------------------------------- /h/rpc/rpctypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/rpctypes.h -------------------------------------------------------------------------------- /h/rpc/svc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/svc.h -------------------------------------------------------------------------------- /h/rpc/svc_auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/svc_auth.h -------------------------------------------------------------------------------- /h/rpc/xdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rpc/xdr.h -------------------------------------------------------------------------------- /h/rsvprapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/rsvprapi.h -------------------------------------------------------------------------------- /h/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/server.h -------------------------------------------------------------------------------- /h/service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/service.h -------------------------------------------------------------------------------- /h/shares.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/shares.h -------------------------------------------------------------------------------- /h/shdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/shdd.h -------------------------------------------------------------------------------- /h/socks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/socks.h -------------------------------------------------------------------------------- /h/spcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/spcb.h -------------------------------------------------------------------------------- /h/ssm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ssm.h -------------------------------------------------------------------------------- /h/stack16/ftpapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/ftpapi.h -------------------------------------------------------------------------------- /h/stack16/nerrno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/nerrno.h -------------------------------------------------------------------------------- /h/stack16/net/if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/net/if.h -------------------------------------------------------------------------------- /h/stack16/net/route.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/net/route.h -------------------------------------------------------------------------------- /h/stack16/netdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/netdb.h -------------------------------------------------------------------------------- /h/stack16/netnb/nb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/netnb/nb.h -------------------------------------------------------------------------------- /h/stack16/pmwsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/pmwsock.h -------------------------------------------------------------------------------- /h/stack16/resolv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/resolv.h -------------------------------------------------------------------------------- /h/stack16/rpc/auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/rpc/auth.h -------------------------------------------------------------------------------- /h/stack16/rpc/clnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/rpc/clnt.h -------------------------------------------------------------------------------- /h/stack16/rpc/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/rpc/rpc.h -------------------------------------------------------------------------------- /h/stack16/rpc/svc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/rpc/svc.h -------------------------------------------------------------------------------- /h/stack16/rpc/xdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/rpc/xdr.h -------------------------------------------------------------------------------- /h/stack16/socks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/socks.h -------------------------------------------------------------------------------- /h/stack16/sys/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/sys/ioctl.h -------------------------------------------------------------------------------- /h/stack16/sys/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/sys/time.h -------------------------------------------------------------------------------- /h/stack16/sys/un.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/sys/un.h -------------------------------------------------------------------------------- /h/stack16/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/types.h -------------------------------------------------------------------------------- /h/stack16/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/utils.h -------------------------------------------------------------------------------- /h/stack16/winsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/stack16/winsock.h -------------------------------------------------------------------------------- /h/sw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sw.h -------------------------------------------------------------------------------- /h/sys/cdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/cdefs.h -------------------------------------------------------------------------------- /h/sys/dprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/dprintf.h -------------------------------------------------------------------------------- /h/sys/filio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/filio.h -------------------------------------------------------------------------------- /h/sys/ioccom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/ioccom.h -------------------------------------------------------------------------------- /h/sys/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/ioctl.h -------------------------------------------------------------------------------- /h/sys/ioctlos2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/ioctlos2.h -------------------------------------------------------------------------------- /h/sys/itypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/itypes.h -------------------------------------------------------------------------------- /h/sys/lipcpar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/lipcpar.h -------------------------------------------------------------------------------- /h/sys/mbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/mbuf.h -------------------------------------------------------------------------------- /h/sys/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/param.h -------------------------------------------------------------------------------- /h/sys/select.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/select.h -------------------------------------------------------------------------------- /h/sys/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/socket.h -------------------------------------------------------------------------------- /h/sys/sockio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/sockio.h -------------------------------------------------------------------------------- /h/sys/sysctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/sysctl.h -------------------------------------------------------------------------------- /h/sys/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/time.h -------------------------------------------------------------------------------- /h/sys/uio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/uio.h -------------------------------------------------------------------------------- /h/sys/un.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/sys/un.h -------------------------------------------------------------------------------- /h/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/trace.h -------------------------------------------------------------------------------- /h/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/types.h -------------------------------------------------------------------------------- /h/uconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/uconv.h -------------------------------------------------------------------------------- /h/ulserrno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ulserrno.h -------------------------------------------------------------------------------- /h/ulsitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/ulsitem.h -------------------------------------------------------------------------------- /h/umformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/umformat.h -------------------------------------------------------------------------------- /h/unidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/unidef.h -------------------------------------------------------------------------------- /h/unikbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/unikbd.h -------------------------------------------------------------------------------- /h/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/unistd.h -------------------------------------------------------------------------------- /h/upm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/upm.h -------------------------------------------------------------------------------- /h/use.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/use.h -------------------------------------------------------------------------------- /h/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/utils.h -------------------------------------------------------------------------------- /h/v8086.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/v8086.h -------------------------------------------------------------------------------- /h/vcmospdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vcmospdd.h -------------------------------------------------------------------------------- /h/vdma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdma.h -------------------------------------------------------------------------------- /h/vdmbios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdmbios.h -------------------------------------------------------------------------------- /h/vdmbiosj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdmbiosj.h -------------------------------------------------------------------------------- /h/vdmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdmm.h -------------------------------------------------------------------------------- /h/vdmprop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdmprop.h -------------------------------------------------------------------------------- /h/vdos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdos.h -------------------------------------------------------------------------------- /h/vdskpdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vdskpdd.h -------------------------------------------------------------------------------- /h/vemmxms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vemmxms.h -------------------------------------------------------------------------------- /h/vfdpfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vfdpfd.h -------------------------------------------------------------------------------- /h/vfdvdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vfdvdd.h -------------------------------------------------------------------------------- /h/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/video.h -------------------------------------------------------------------------------- /h/vkbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vkbd.h -------------------------------------------------------------------------------- /h/vkbdpdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vkbdpdd.h -------------------------------------------------------------------------------- /h/vlpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vlpt.h -------------------------------------------------------------------------------- /h/vmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vmd.h -------------------------------------------------------------------------------- /h/vmdpmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vmdpmd.h -------------------------------------------------------------------------------- /h/vpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vpic.h -------------------------------------------------------------------------------- /h/vpmx2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vpmx2.h -------------------------------------------------------------------------------- /h/vpmxport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vpmxport.h -------------------------------------------------------------------------------- /h/vsdcmds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vsdcmds.h -------------------------------------------------------------------------------- /h/vsqm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vsqm.h -------------------------------------------------------------------------------- /h/vtdptd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vtdptd.h -------------------------------------------------------------------------------- /h/vtimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vtimer.h -------------------------------------------------------------------------------- /h/vvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/vvd.h -------------------------------------------------------------------------------- /h/wincfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wincfg.h -------------------------------------------------------------------------------- /h/wincfg.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wincfg.xh -------------------------------------------------------------------------------- /h/winsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/winsock.h -------------------------------------------------------------------------------- /h/wksta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wksta.h -------------------------------------------------------------------------------- /h/wpabs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpabs.h -------------------------------------------------------------------------------- /h/wpabs.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpabs.xh -------------------------------------------------------------------------------- /h/wpaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpaudio.h -------------------------------------------------------------------------------- /h/wpaudio.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpaudio.xh -------------------------------------------------------------------------------- /h/wpbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpbitmap.h -------------------------------------------------------------------------------- /h/wpbitmap.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpbitmap.xh -------------------------------------------------------------------------------- /h/wpbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpbus.h -------------------------------------------------------------------------------- /h/wpbus.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpbus.xh -------------------------------------------------------------------------------- /h/wpclock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpclock.h -------------------------------------------------------------------------------- /h/wpclock.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpclock.xh -------------------------------------------------------------------------------- /h/wpclrpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpclrpal.h -------------------------------------------------------------------------------- /h/wpclrpal.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpclrpal.xh -------------------------------------------------------------------------------- /h/wpclsmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpclsmgr.h -------------------------------------------------------------------------------- /h/wpclsmgr.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpclsmgr.xh -------------------------------------------------------------------------------- /h/wpcmdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpcmdf.h -------------------------------------------------------------------------------- /h/wpcmdf.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpcmdf.xh -------------------------------------------------------------------------------- /h/wpcpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpcpu.h -------------------------------------------------------------------------------- /h/wpcpu.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpcpu.xh -------------------------------------------------------------------------------- /h/wpctry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpctry.h -------------------------------------------------------------------------------- /h/wpctry.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpctry.xh -------------------------------------------------------------------------------- /h/wpdataf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdataf.h -------------------------------------------------------------------------------- /h/wpdataf.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdataf.xh -------------------------------------------------------------------------------- /h/wpdesk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdesk.h -------------------------------------------------------------------------------- /h/wpdesk.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdesk.xh -------------------------------------------------------------------------------- /h/wpdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdevice.h -------------------------------------------------------------------------------- /h/wpdevice.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdevice.xh -------------------------------------------------------------------------------- /h/wpdisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdisk.h -------------------------------------------------------------------------------- /h/wpdisk.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdisk.xh -------------------------------------------------------------------------------- /h/wpdisply.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdisply.h -------------------------------------------------------------------------------- /h/wpdisply.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdisply.xh -------------------------------------------------------------------------------- /h/wpdrives.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdrives.h -------------------------------------------------------------------------------- /h/wpdrives.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdrives.xh -------------------------------------------------------------------------------- /h/wpdserv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdserv.h -------------------------------------------------------------------------------- /h/wpdserv.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdserv.xh -------------------------------------------------------------------------------- /h/wpdskett.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdskett.h -------------------------------------------------------------------------------- /h/wpdskett.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpdskett.xh -------------------------------------------------------------------------------- /h/wpfntpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpfntpal.h -------------------------------------------------------------------------------- /h/wpfntpal.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpfntpal.xh -------------------------------------------------------------------------------- /h/wpfolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpfolder.h -------------------------------------------------------------------------------- /h/wpfolder.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpfolder.xh -------------------------------------------------------------------------------- /h/wpfsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpfsys.h -------------------------------------------------------------------------------- /h/wpfsys.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpfsys.xh -------------------------------------------------------------------------------- /h/wphost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphost.h -------------------------------------------------------------------------------- /h/wphost.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphost.xh -------------------------------------------------------------------------------- /h/wphrddrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphrddrv.h -------------------------------------------------------------------------------- /h/wphrddrv.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphrddrv.xh -------------------------------------------------------------------------------- /h/wphtml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphtml.h -------------------------------------------------------------------------------- /h/wphtml.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphtml.xh -------------------------------------------------------------------------------- /h/wphwmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphwmgr.h -------------------------------------------------------------------------------- /h/wphwmgr.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wphwmgr.xh -------------------------------------------------------------------------------- /h/wpicon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpicon.h -------------------------------------------------------------------------------- /h/wpicon.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpicon.xh -------------------------------------------------------------------------------- /h/wpjob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpjob.h -------------------------------------------------------------------------------- /h/wpjob.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpjob.xh -------------------------------------------------------------------------------- /h/wpkeybd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpkeybd.h -------------------------------------------------------------------------------- /h/wpkeybd.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpkeybd.xh -------------------------------------------------------------------------------- /h/wpkeybdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpkeybdd.h -------------------------------------------------------------------------------- /h/wpkeybdd.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpkeybdd.xh -------------------------------------------------------------------------------- /h/wplnchpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wplnchpd.h -------------------------------------------------------------------------------- /h/wplnchpd.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wplnchpd.xh -------------------------------------------------------------------------------- /h/wpmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmem.h -------------------------------------------------------------------------------- /h/wpmem.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmem.xh -------------------------------------------------------------------------------- /h/wpmet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmet.h -------------------------------------------------------------------------------- /h/wpmet.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmet.xh -------------------------------------------------------------------------------- /h/wpmouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmouse.h -------------------------------------------------------------------------------- /h/wpmouse.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmouse.xh -------------------------------------------------------------------------------- /h/wpmoused.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmoused.h -------------------------------------------------------------------------------- /h/wpmoused.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmoused.xh -------------------------------------------------------------------------------- /h/wpmwv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmwv.h -------------------------------------------------------------------------------- /h/wpmwv.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpmwv.xh -------------------------------------------------------------------------------- /h/wpnetgrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpnetgrp.h -------------------------------------------------------------------------------- /h/wpnetgrp.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpnetgrp.xh -------------------------------------------------------------------------------- /h/wpnetlnk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpnetlnk.h -------------------------------------------------------------------------------- /h/wpnetlnk.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpnetlnk.xh -------------------------------------------------------------------------------- /h/wpnetwrk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpnetwrk.h -------------------------------------------------------------------------------- /h/wpnetwrk.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpnetwrk.xh -------------------------------------------------------------------------------- /h/wpobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpobject.h -------------------------------------------------------------------------------- /h/wpobject.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpobject.xh -------------------------------------------------------------------------------- /h/wppalet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppalet.h -------------------------------------------------------------------------------- /h/wppalet.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppalet.xh -------------------------------------------------------------------------------- /h/wpparal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpparal.h -------------------------------------------------------------------------------- /h/wpparal.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpparal.xh -------------------------------------------------------------------------------- /h/wppdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppdr.h -------------------------------------------------------------------------------- /h/wppdr.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppdr.xh -------------------------------------------------------------------------------- /h/wpperiph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpperiph.h -------------------------------------------------------------------------------- /h/wpperiph.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpperiph.xh -------------------------------------------------------------------------------- /h/wppgm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppgm.h -------------------------------------------------------------------------------- /h/wppgm.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppgm.xh -------------------------------------------------------------------------------- /h/wppgmf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppgmf.h -------------------------------------------------------------------------------- /h/wppgmf.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppgmf.xh -------------------------------------------------------------------------------- /h/wppif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppif.h -------------------------------------------------------------------------------- /h/wppif.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppif.xh -------------------------------------------------------------------------------- /h/wpport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpport.h -------------------------------------------------------------------------------- /h/wpport.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpport.xh -------------------------------------------------------------------------------- /h/wppower.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppower.h -------------------------------------------------------------------------------- /h/wppower.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wppower.xh -------------------------------------------------------------------------------- /h/wpprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpprint.h -------------------------------------------------------------------------------- /h/wpprint.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpprint.xh -------------------------------------------------------------------------------- /h/wpptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpptr.h -------------------------------------------------------------------------------- /h/wpptr.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpptr.xh -------------------------------------------------------------------------------- /h/wpqdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpqdr.h -------------------------------------------------------------------------------- /h/wpqdr.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpqdr.xh -------------------------------------------------------------------------------- /h/wprootf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wprootf.h -------------------------------------------------------------------------------- /h/wprootf.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wprootf.xh -------------------------------------------------------------------------------- /h/wprprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wprprint.h -------------------------------------------------------------------------------- /h/wprprint.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wprprint.xh -------------------------------------------------------------------------------- /h/wpscheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpscheme.h -------------------------------------------------------------------------------- /h/wpscheme.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpscheme.xh -------------------------------------------------------------------------------- /h/wpserial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpserial.h -------------------------------------------------------------------------------- /h/wpserial.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpserial.xh -------------------------------------------------------------------------------- /h/wpserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpserver.h -------------------------------------------------------------------------------- /h/wpserver.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpserver.xh -------------------------------------------------------------------------------- /h/wpshadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpshadow.h -------------------------------------------------------------------------------- /h/wpshadow.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpshadow.xh -------------------------------------------------------------------------------- /h/wpshdir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpshdir.h -------------------------------------------------------------------------------- /h/wpshdir.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpshdir.xh -------------------------------------------------------------------------------- /h/wpshred.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpshred.h -------------------------------------------------------------------------------- /h/wpshred.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpshred.xh -------------------------------------------------------------------------------- /h/wpsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpsound.h -------------------------------------------------------------------------------- /h/wpsound.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpsound.xh -------------------------------------------------------------------------------- /h/wpspneed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpspneed.h -------------------------------------------------------------------------------- /h/wpspneed.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpspneed.xh -------------------------------------------------------------------------------- /h/wpspool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpspool.h -------------------------------------------------------------------------------- /h/wpspool.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpspool.xh -------------------------------------------------------------------------------- /h/wpstart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpstart.h -------------------------------------------------------------------------------- /h/wpstart.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpstart.xh -------------------------------------------------------------------------------- /h/wpsystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpsystem.h -------------------------------------------------------------------------------- /h/wpsystem.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpsystem.xh -------------------------------------------------------------------------------- /h/wptape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptape.h -------------------------------------------------------------------------------- /h/wptape.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptape.xh -------------------------------------------------------------------------------- /h/wptemps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptemps.h -------------------------------------------------------------------------------- /h/wptemps.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptemps.xh -------------------------------------------------------------------------------- /h/wptimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptimer.h -------------------------------------------------------------------------------- /h/wptimer.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptimer.xh -------------------------------------------------------------------------------- /h/wptrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptrans.h -------------------------------------------------------------------------------- /h/wptrans.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wptrans.xh -------------------------------------------------------------------------------- /h/wpurl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpurl.h -------------------------------------------------------------------------------- /h/wpurl.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpurl.xh -------------------------------------------------------------------------------- /h/wpurlfdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpurlfdr.h -------------------------------------------------------------------------------- /h/wpurlfdr.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/h/wpurlfdr.xh -------------------------------------------------------------------------------- /help/browse.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/browse.hlp -------------------------------------------------------------------------------- /help/car.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/car.hlp -------------------------------------------------------------------------------- /help/carpp.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/carpp.hlp -------------------------------------------------------------------------------- /help/dlgedit.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/dlgedit.hlp -------------------------------------------------------------------------------- /help/fontedit.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/fontedit.hlp -------------------------------------------------------------------------------- /help/iconedit.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/iconedit.hlp -------------------------------------------------------------------------------- /help/kwikinf.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/kwikinf.hlp -------------------------------------------------------------------------------- /help/midiconv.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/midiconv.hlp -------------------------------------------------------------------------------- /help/objutil.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/objutil.hlp -------------------------------------------------------------------------------- /help/wpkhlp.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/wpkhlp.hlp -------------------------------------------------------------------------------- /help/wsfile.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/wsfile.hlp -------------------------------------------------------------------------------- /help/wsfolder.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/help/wsfolder.hlp -------------------------------------------------------------------------------- /icon/alp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/alp.ico -------------------------------------------------------------------------------- /icon/book.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/book.ico -------------------------------------------------------------------------------- /icon/ej6f7tlk.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/ej6f7tlk.ico -------------------------------------------------------------------------------- /icon/fxicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/fxicon.ico -------------------------------------------------------------------------------- /icon/iconinfo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/iconinfo.ico -------------------------------------------------------------------------------- /icon/kwikinf.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/kwikinf.ico -------------------------------------------------------------------------------- /icon/midiconv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/midiconv.ico -------------------------------------------------------------------------------- /icon/opengl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/opengl.ico -------------------------------------------------------------------------------- /icon/ostutor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/ostutor.ico -------------------------------------------------------------------------------- /icon/utils.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/utils.ico -------------------------------------------------------------------------------- /icon/vtdbook.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/vtdbook.ico -------------------------------------------------------------------------------- /icon/vtdfldr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/vtdfldr.ico -------------------------------------------------------------------------------- /icon/vtdfldro.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/icon/vtdfldro.ico -------------------------------------------------------------------------------- /idl/wincfg.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wincfg.idl -------------------------------------------------------------------------------- /idl/wpabs.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpabs.idl -------------------------------------------------------------------------------- /idl/wpaudio.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpaudio.idl -------------------------------------------------------------------------------- /idl/wpbitmap.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpbitmap.idl -------------------------------------------------------------------------------- /idl/wpbus.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpbus.idl -------------------------------------------------------------------------------- /idl/wpclock.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpclock.idl -------------------------------------------------------------------------------- /idl/wpclrpal.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpclrpal.idl -------------------------------------------------------------------------------- /idl/wpclsmgr.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpclsmgr.idl -------------------------------------------------------------------------------- /idl/wpcmdf.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpcmdf.idl -------------------------------------------------------------------------------- /idl/wpcpu.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpcpu.idl -------------------------------------------------------------------------------- /idl/wpctry.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpctry.idl -------------------------------------------------------------------------------- /idl/wpdataf.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdataf.idl -------------------------------------------------------------------------------- /idl/wpdesk.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdesk.idl -------------------------------------------------------------------------------- /idl/wpdevice.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdevice.idl -------------------------------------------------------------------------------- /idl/wpdisk.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdisk.idl -------------------------------------------------------------------------------- /idl/wpdisply.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdisply.idl -------------------------------------------------------------------------------- /idl/wpdrives.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdrives.idl -------------------------------------------------------------------------------- /idl/wpdserv.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdserv.idl -------------------------------------------------------------------------------- /idl/wpdskett.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpdskett.idl -------------------------------------------------------------------------------- /idl/wpfntpal.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpfntpal.idl -------------------------------------------------------------------------------- /idl/wpfolder.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpfolder.idl -------------------------------------------------------------------------------- /idl/wpfsys.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpfsys.idl -------------------------------------------------------------------------------- /idl/wphost.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wphost.idl -------------------------------------------------------------------------------- /idl/wphrddrv.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wphrddrv.idl -------------------------------------------------------------------------------- /idl/wphtml.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wphtml.idl -------------------------------------------------------------------------------- /idl/wphwmgr.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wphwmgr.idl -------------------------------------------------------------------------------- /idl/wpicon.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpicon.idl -------------------------------------------------------------------------------- /idl/wpjob.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpjob.idl -------------------------------------------------------------------------------- /idl/wpkeybd.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpkeybd.idl -------------------------------------------------------------------------------- /idl/wpkeybdd.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpkeybdd.idl -------------------------------------------------------------------------------- /idl/wplnchpd.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wplnchpd.idl -------------------------------------------------------------------------------- /idl/wpmem.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpmem.idl -------------------------------------------------------------------------------- /idl/wpmet.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpmet.idl -------------------------------------------------------------------------------- /idl/wpmouse.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpmouse.idl -------------------------------------------------------------------------------- /idl/wpmoused.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpmoused.idl -------------------------------------------------------------------------------- /idl/wpmwv.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpmwv.idl -------------------------------------------------------------------------------- /idl/wpnetgrp.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpnetgrp.idl -------------------------------------------------------------------------------- /idl/wpnetlnk.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpnetlnk.idl -------------------------------------------------------------------------------- /idl/wpnetwrk.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpnetwrk.idl -------------------------------------------------------------------------------- /idl/wpobject.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpobject.idl -------------------------------------------------------------------------------- /idl/wppalet.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wppalet.idl -------------------------------------------------------------------------------- /idl/wpparal.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpparal.idl -------------------------------------------------------------------------------- /idl/wppdr.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wppdr.idl -------------------------------------------------------------------------------- /idl/wpperiph.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpperiph.idl -------------------------------------------------------------------------------- /idl/wppgm.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wppgm.idl -------------------------------------------------------------------------------- /idl/wppgmf.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wppgmf.idl -------------------------------------------------------------------------------- /idl/wppif.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wppif.idl -------------------------------------------------------------------------------- /idl/wpport.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpport.idl -------------------------------------------------------------------------------- /idl/wppower.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wppower.idl -------------------------------------------------------------------------------- /idl/wpprint.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpprint.idl -------------------------------------------------------------------------------- /idl/wpptr.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpptr.idl -------------------------------------------------------------------------------- /idl/wpqdr.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpqdr.idl -------------------------------------------------------------------------------- /idl/wprootf.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wprootf.idl -------------------------------------------------------------------------------- /idl/wprprint.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wprprint.idl -------------------------------------------------------------------------------- /idl/wprttype.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wprttype.idl -------------------------------------------------------------------------------- /idl/wpscheme.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpscheme.idl -------------------------------------------------------------------------------- /idl/wpserial.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpserial.idl -------------------------------------------------------------------------------- /idl/wpserver.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpserver.idl -------------------------------------------------------------------------------- /idl/wpshadow.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpshadow.idl -------------------------------------------------------------------------------- /idl/wpshdir.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpshdir.idl -------------------------------------------------------------------------------- /idl/wpshred.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpshred.idl -------------------------------------------------------------------------------- /idl/wpsound.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpsound.idl -------------------------------------------------------------------------------- /idl/wpspneed.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpspneed.idl -------------------------------------------------------------------------------- /idl/wpspool.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpspool.idl -------------------------------------------------------------------------------- /idl/wpstart.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpstart.idl -------------------------------------------------------------------------------- /idl/wpsystem.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpsystem.idl -------------------------------------------------------------------------------- /idl/wptape.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wptape.idl -------------------------------------------------------------------------------- /idl/wptemps.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wptemps.idl -------------------------------------------------------------------------------- /idl/wptimer.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wptimer.idl -------------------------------------------------------------------------------- /idl/wptrans.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wptrans.idl -------------------------------------------------------------------------------- /idl/wptypes.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wptypes.idl -------------------------------------------------------------------------------- /idl/wpurl.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpurl.idl -------------------------------------------------------------------------------- /idl/wpurlfdr.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/idl/wpurlfdr.idl -------------------------------------------------------------------------------- /inc/acb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/acb.inc -------------------------------------------------------------------------------- /inc/audio.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/audio.inc -------------------------------------------------------------------------------- /inc/basedef.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/basedef.inc -------------------------------------------------------------------------------- /inc/basemaca.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/basemaca.inc -------------------------------------------------------------------------------- /inc/basemid.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/basemid.inc -------------------------------------------------------------------------------- /inc/bse.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bse.inc -------------------------------------------------------------------------------- /inc/bsedev.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bsedev.inc -------------------------------------------------------------------------------- /inc/bsedos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bsedos.inc -------------------------------------------------------------------------------- /inc/bseerr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bseerr.inc -------------------------------------------------------------------------------- /inc/bsememf.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bsememf.inc -------------------------------------------------------------------------------- /inc/bseord.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bseord.inc -------------------------------------------------------------------------------- /inc/bsesub.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bsesub.inc -------------------------------------------------------------------------------- /inc/bsetib.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bsetib.inc -------------------------------------------------------------------------------- /inc/bsexcpt.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/bsexcpt.inc -------------------------------------------------------------------------------- /inc/cmacros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/cmacros.inc -------------------------------------------------------------------------------- /inc/dcb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/dcb.inc -------------------------------------------------------------------------------- /inc/ddi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/ddi.inc -------------------------------------------------------------------------------- /inc/devcmd.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/devcmd.inc -------------------------------------------------------------------------------- /inc/devhdr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/devhdr.inc -------------------------------------------------------------------------------- /inc/devhlp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/devhlp.inc -------------------------------------------------------------------------------- /inc/devsym.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/devsym.inc -------------------------------------------------------------------------------- /inc/evcb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/evcb.inc -------------------------------------------------------------------------------- /inc/gas.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/gas.inc -------------------------------------------------------------------------------- /inc/hhpheap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/hhpheap.inc -------------------------------------------------------------------------------- /inc/infoseg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/infoseg.inc -------------------------------------------------------------------------------- /inc/meerror.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/meerror.inc -------------------------------------------------------------------------------- /inc/mi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/mi.inc -------------------------------------------------------------------------------- /inc/mmio.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/mmio.inc -------------------------------------------------------------------------------- /inc/mvdm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/mvdm.inc -------------------------------------------------------------------------------- /inc/os2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/os2.inc -------------------------------------------------------------------------------- /inc/os2def.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/os2def.inc -------------------------------------------------------------------------------- /inc/os2medef.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/os2medef.inc -------------------------------------------------------------------------------- /inc/os2nls.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/os2nls.inc -------------------------------------------------------------------------------- /inc/pm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pm.inc -------------------------------------------------------------------------------- /inc/pmavio.inc: -------------------------------------------------------------------------------- 1 | AVIO_INCLUDED EQU 1 2 | 3 | -------------------------------------------------------------------------------- /inc/pmbitmap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmbitmap.inc -------------------------------------------------------------------------------- /inc/pmddi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmddi.inc -------------------------------------------------------------------------------- /inc/pmddim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmddim.inc -------------------------------------------------------------------------------- /inc/pmdev.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmdev.inc -------------------------------------------------------------------------------- /inc/pmerr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmerr.inc -------------------------------------------------------------------------------- /inc/pmfont.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmfont.inc -------------------------------------------------------------------------------- /inc/pmgpi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmgpi.inc -------------------------------------------------------------------------------- /inc/pmhelp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmhelp.inc -------------------------------------------------------------------------------- /inc/pmmle.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmmle.inc -------------------------------------------------------------------------------- /inc/pmord.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmord.inc -------------------------------------------------------------------------------- /inc/pmpic.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmpic.inc -------------------------------------------------------------------------------- /inc/pmsei.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmsei.inc -------------------------------------------------------------------------------- /inc/pmshl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmshl.inc -------------------------------------------------------------------------------- /inc/pmspl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmspl.inc -------------------------------------------------------------------------------- /inc/pmstddlg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmstddlg.inc -------------------------------------------------------------------------------- /inc/pmtypes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmtypes.inc -------------------------------------------------------------------------------- /inc/pmwin.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmwin.inc -------------------------------------------------------------------------------- /inc/pmwp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/pmwp.inc -------------------------------------------------------------------------------- /inc/shdd.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/shdd.inc -------------------------------------------------------------------------------- /inc/spcb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/spcb.inc -------------------------------------------------------------------------------- /inc/ssm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/ssm.inc -------------------------------------------------------------------------------- /inc/v8086.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/v8086.inc -------------------------------------------------------------------------------- /inc/vdma.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vdma.inc -------------------------------------------------------------------------------- /inc/vdmbios.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vdmbios.inc -------------------------------------------------------------------------------- /inc/vdmbiosj.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vdmbiosj.inc -------------------------------------------------------------------------------- /inc/vdmm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vdmm.inc -------------------------------------------------------------------------------- /inc/vdmprop.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vdmprop.inc -------------------------------------------------------------------------------- /inc/vdos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vdos.inc -------------------------------------------------------------------------------- /inc/video.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/video.inc -------------------------------------------------------------------------------- /inc/vkbd.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vkbd.inc -------------------------------------------------------------------------------- /inc/vlpt.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vlpt.inc -------------------------------------------------------------------------------- /inc/vpic.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/inc/vpic.inc -------------------------------------------------------------------------------- /ipfc/apsy0813.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0813.aps -------------------------------------------------------------------------------- /ipfc/apsy0852.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0852.aps -------------------------------------------------------------------------------- /ipfc/apsy0857.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0857.aps -------------------------------------------------------------------------------- /ipfc/apsy0862.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0862.aps -------------------------------------------------------------------------------- /ipfc/apsy0864.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0864.aps -------------------------------------------------------------------------------- /ipfc/apsy0866.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0866.aps -------------------------------------------------------------------------------- /ipfc/apsy0869.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0869.aps -------------------------------------------------------------------------------- /ipfc/apsy0874.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0874.aps -------------------------------------------------------------------------------- /ipfc/apsy0915.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0915.aps -------------------------------------------------------------------------------- /ipfc/apsy0921.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0921.aps -------------------------------------------------------------------------------- /ipfc/apsy0932.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0932.aps -------------------------------------------------------------------------------- /ipfc/apsy0934.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0934.aps -------------------------------------------------------------------------------- /ipfc/apsy0938.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0938.aps -------------------------------------------------------------------------------- /ipfc/apsy0949.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0949.aps -------------------------------------------------------------------------------- /ipfc/apsy0950.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy0950.aps -------------------------------------------------------------------------------- /ipfc/apsy1381.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy1381.aps -------------------------------------------------------------------------------- /ipfc/apsy1386.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsy1386.aps -------------------------------------------------------------------------------- /ipfc/apsymbol.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/apsymbol.aps -------------------------------------------------------------------------------- /ipfc/ibmdict.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ibmdict.dic -------------------------------------------------------------------------------- /ipfc/ipfara.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfara.nls -------------------------------------------------------------------------------- /ipfc/ipfbgr.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfbgr.nls -------------------------------------------------------------------------------- /ipfc/ipfcat.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfcat.nls -------------------------------------------------------------------------------- /ipfc/ipfcht.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfcht.nls -------------------------------------------------------------------------------- /ipfc/ipfcze.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfcze.nls -------------------------------------------------------------------------------- /ipfc/ipfdan.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfdan.nls -------------------------------------------------------------------------------- /ipfc/ipfdeu.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfdeu.nls -------------------------------------------------------------------------------- /ipfc/ipfell.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfell.nls -------------------------------------------------------------------------------- /ipfc/ipfeng.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfeng.nls -------------------------------------------------------------------------------- /ipfc/ipfenu.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfenu.nls -------------------------------------------------------------------------------- /ipfc/ipfesp.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfesp.nls -------------------------------------------------------------------------------- /ipfc/ipffin.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipffin.nls -------------------------------------------------------------------------------- /ipfc/ipffra.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipffra.nls -------------------------------------------------------------------------------- /ipfc/ipffrc.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipffrc.nls -------------------------------------------------------------------------------- /ipfc/ipfgbk.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfgbk.nls -------------------------------------------------------------------------------- /ipfc/ipfgrk.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfgrk.nls -------------------------------------------------------------------------------- /ipfc/ipfheb.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfheb.nls -------------------------------------------------------------------------------- /ipfc/ipfhun.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfhun.nls -------------------------------------------------------------------------------- /ipfc/ipfita.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfita.nls -------------------------------------------------------------------------------- /ipfc/ipfjpn.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfjpn.nls -------------------------------------------------------------------------------- /ipfc/ipfkor.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfkor.nls -------------------------------------------------------------------------------- /ipfc/ipfltu.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfltu.nls -------------------------------------------------------------------------------- /ipfc/ipfnld.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfnld.nls -------------------------------------------------------------------------------- /ipfc/ipfnor.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfnor.nls -------------------------------------------------------------------------------- /ipfc/ipfpol.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfpol.nls -------------------------------------------------------------------------------- /ipfc/ipfprc.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfprc.nls -------------------------------------------------------------------------------- /ipfc/ipfptb.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfptb.nls -------------------------------------------------------------------------------- /ipfc/ipfptg.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfptg.nls -------------------------------------------------------------------------------- /ipfc/ipfrdc.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfrdc.nls -------------------------------------------------------------------------------- /ipfc/ipfrus.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfrus.nls -------------------------------------------------------------------------------- /ipfc/ipfslo.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfslo.nls -------------------------------------------------------------------------------- /ipfc/ipfsve.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfsve.nls -------------------------------------------------------------------------------- /ipfc/ipfthi.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfthi.nls -------------------------------------------------------------------------------- /ipfc/ipftrk.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipftrk.nls -------------------------------------------------------------------------------- /ipfc/ipftwn.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipftwn.nls -------------------------------------------------------------------------------- /ipfc/ipfund.nls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/ipfund.nls -------------------------------------------------------------------------------- /ipfc/user.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/ipfc/user.dic -------------------------------------------------------------------------------- /lib/crypto.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/crypto.lib -------------------------------------------------------------------------------- /lib/dapwsock.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/dapwsock.lib -------------------------------------------------------------------------------- /lib/dmiapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/dmiapi.lib -------------------------------------------------------------------------------- /lib/encap.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/encap.lib -------------------------------------------------------------------------------- /lib/ffst.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/ffst.lib -------------------------------------------------------------------------------- /lib/fss.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/fss.lib -------------------------------------------------------------------------------- /lib/ftpapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/ftpapi.lib -------------------------------------------------------------------------------- /lib/glut.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/glut.lib -------------------------------------------------------------------------------- /lib/lfapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/lfapi.lib -------------------------------------------------------------------------------- /lib/libaux.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libaux.lib -------------------------------------------------------------------------------- /lib/libcmi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libcmi.lib -------------------------------------------------------------------------------- /lib/libcmsi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libcmsi.lib -------------------------------------------------------------------------------- /lib/libcni.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libcni.lib -------------------------------------------------------------------------------- /lib/libcnsi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libcnsi.lib -------------------------------------------------------------------------------- /lib/libconv.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libconv.lib -------------------------------------------------------------------------------- /lib/libcsi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libcsi.lib -------------------------------------------------------------------------------- /lib/libcssi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libcssi.lib -------------------------------------------------------------------------------- /lib/librsvp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/librsvp.lib -------------------------------------------------------------------------------- /lib/libtk.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libtk.lib -------------------------------------------------------------------------------- /lib/libuls.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/libuls.lib -------------------------------------------------------------------------------- /lib/mailslot.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/mailslot.lib -------------------------------------------------------------------------------- /lib/mmpm2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/mmpm2.lib -------------------------------------------------------------------------------- /lib/netapi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/netapi.lib -------------------------------------------------------------------------------- /lib/netapi32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/netapi32.lib -------------------------------------------------------------------------------- /lib/netapinc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/netapinc.lib -------------------------------------------------------------------------------- /lib/netoem.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/netoem.lib -------------------------------------------------------------------------------- /lib/opengl.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/opengl.lib -------------------------------------------------------------------------------- /lib/os2286.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/os2286.lib -------------------------------------------------------------------------------- /lib/os2386.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/os2386.lib -------------------------------------------------------------------------------- /lib/os2im.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/os2im.lib -------------------------------------------------------------------------------- /lib/pmbidi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/pmbidi.lib -------------------------------------------------------------------------------- /lib/pmnls286.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/pmnls286.lib -------------------------------------------------------------------------------- /lib/pmnls386.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/pmnls386.lib -------------------------------------------------------------------------------- /lib/pmwinx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/pmwinx.lib -------------------------------------------------------------------------------- /lib/pmwsock.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/pmwsock.lib -------------------------------------------------------------------------------- /lib/r0lib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/r0lib.lib -------------------------------------------------------------------------------- /lib/r0lib32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/r0lib32.lib -------------------------------------------------------------------------------- /lib/rexx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/rexx.lib -------------------------------------------------------------------------------- /lib/rpc32dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/rpc32dll.lib -------------------------------------------------------------------------------- /lib/rtmidi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/rtmidi.lib -------------------------------------------------------------------------------- /lib/rxstring.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/rxstring.lib -------------------------------------------------------------------------------- /lib/so32dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/so32dll.lib -------------------------------------------------------------------------------- /lib/tcp32dll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/tcp32dll.lib -------------------------------------------------------------------------------- /lib/tcpip32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/tcpip32.lib -------------------------------------------------------------------------------- /lib/tcpipdll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/tcpipdll.lib -------------------------------------------------------------------------------- /lib/trace.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/trace.lib -------------------------------------------------------------------------------- /lib/tunnel.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/tunnel.lib -------------------------------------------------------------------------------- /lib/unikbd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/unikbd.lib -------------------------------------------------------------------------------- /lib/upm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/upm.lib -------------------------------------------------------------------------------- /lib/upm32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/upm32.lib -------------------------------------------------------------------------------- /lib/vdh.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/lib/vdh.lib -------------------------------------------------------------------------------- /msg/cuicmsg.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/cuicmsg.msg -------------------------------------------------------------------------------- /msg/exh.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/exh.msg -------------------------------------------------------------------------------- /msg/exhh.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/exhh.msg -------------------------------------------------------------------------------- /msg/messages.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/messages.msg -------------------------------------------------------------------------------- /msg/mktmpf.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/mktmpf.msg -------------------------------------------------------------------------------- /msg/pfw.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/pfw.msg -------------------------------------------------------------------------------- /msg/rc32.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/rc32.msg -------------------------------------------------------------------------------- /msg/toolkit.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/msg/toolkit.cat -------------------------------------------------------------------------------- /readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/readme -------------------------------------------------------------------------------- /samples/ibmsamp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/ibmsamp.inc -------------------------------------------------------------------------------- /samples/os2/vmm/vmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/os2/vmm/vmm.h -------------------------------------------------------------------------------- /samples/pm/ipf/ipf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/pm/ipf/ipf.c -------------------------------------------------------------------------------- /samples/pm/ipf/ipf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/pm/ipf/ipf.h -------------------------------------------------------------------------------- /samples/pm/ipf/ipf.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/pm/ipf/ipf.rc -------------------------------------------------------------------------------- /samples/prodinfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/prodinfo.bmp -------------------------------------------------------------------------------- /samples/rexx/pipe.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/rexx/pipe.cmd -------------------------------------------------------------------------------- /samples/sysmgt/dmi/namedir/namedir.def: -------------------------------------------------------------------------------- 1 | NAME NAMEDIR WINDOWCOMPAT 2 |  -------------------------------------------------------------------------------- /samples/tcpiptk/rcopy/rcopy.def: -------------------------------------------------------------------------------- 1 | NAME WINDOWCOMPAT 2 |  -------------------------------------------------------------------------------- /samples/tcpiptk/rpc/rpc.def: -------------------------------------------------------------------------------- 1 | NAME WINDOWCOMPAT 2 |  -------------------------------------------------------------------------------- /samples/tcpiptk/rpcgen/rpcg.def: -------------------------------------------------------------------------------- 1 | NAME WINDOWCOMPAT 2 |  -------------------------------------------------------------------------------- /samples/tcpiptk/rpcgen/rpcgsamp.cmd: -------------------------------------------------------------------------------- 1 | nmake -f rpcgsamp.mak 2 |  -------------------------------------------------------------------------------- /samples/tcpiptk/sampdll/myprog.def: -------------------------------------------------------------------------------- 1 | NAME WINDOWCOMPAT 2 |  -------------------------------------------------------------------------------- /samples/tcpiptk/socket/sock.def: -------------------------------------------------------------------------------- 1 | NAME WINDOWCOMPAT 2 |  -------------------------------------------------------------------------------- /samples/wps/car/car.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/samples/wps/car/car.c -------------------------------------------------------------------------------- /som/bin/ctoi.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/ctoi.cmd -------------------------------------------------------------------------------- /som/bin/irdump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/irdump.exe -------------------------------------------------------------------------------- /som/bin/pdl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/pdl.exe -------------------------------------------------------------------------------- /som/bin/sc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/sc.exe -------------------------------------------------------------------------------- /som/bin/scobj.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/scobj.exe -------------------------------------------------------------------------------- /som/bin/somcorba.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somcorba.cmd -------------------------------------------------------------------------------- /som/bin/somcpp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somcpp.exe -------------------------------------------------------------------------------- /som/bin/somenv.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somenv.cmd -------------------------------------------------------------------------------- /som/bin/somhh.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somhh.cmd -------------------------------------------------------------------------------- /som/bin/somipc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somipc.exe -------------------------------------------------------------------------------- /som/bin/somopc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somopc.exe -------------------------------------------------------------------------------- /som/bin/somxh.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/somxh.cmd -------------------------------------------------------------------------------- /som/bin/spp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/bin/spp.exe -------------------------------------------------------------------------------- /som/include/boa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/boa.h -------------------------------------------------------------------------------- /som/include/boa.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/boa.xh -------------------------------------------------------------------------------- /som/include/eda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/eda.h -------------------------------------------------------------------------------- /som/include/eda.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/eda.xh -------------------------------------------------------------------------------- /som/include/eman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/eman.h -------------------------------------------------------------------------------- /som/include/fma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/fma.h -------------------------------------------------------------------------------- /som/include/fma.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/fma.xh -------------------------------------------------------------------------------- /som/include/fmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/fmi.h -------------------------------------------------------------------------------- /som/include/fmi.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/fmi.xh -------------------------------------------------------------------------------- /som/include/fmib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/fmib.h -------------------------------------------------------------------------------- /som/include/fsgm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/fsgm.h -------------------------------------------------------------------------------- /som/include/mia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/mia.h -------------------------------------------------------------------------------- /som/include/mia.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/mia.xh -------------------------------------------------------------------------------- /som/include/nsma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/nsma.h -------------------------------------------------------------------------------- /som/include/om.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/om.h -------------------------------------------------------------------------------- /som/include/om.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/om.idl -------------------------------------------------------------------------------- /som/include/om.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/om.xh -------------------------------------------------------------------------------- /som/include/orb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/orb.h -------------------------------------------------------------------------------- /som/include/orb.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/orb.xh -------------------------------------------------------------------------------- /som/include/pid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/pid.h -------------------------------------------------------------------------------- /som/include/pid.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/pid.xh -------------------------------------------------------------------------------- /som/include/po.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/po.h -------------------------------------------------------------------------------- /som/include/po.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/po.idl -------------------------------------------------------------------------------- /som/include/po.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/po.xh -------------------------------------------------------------------------------- /som/include/poid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/poid.h -------------------------------------------------------------------------------- /som/include/psma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/psma.h -------------------------------------------------------------------------------- /som/include/sm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/sm.h -------------------------------------------------------------------------------- /som/include/som.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/som.h -------------------------------------------------------------------------------- /som/include/som.hc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/som.hc -------------------------------------------------------------------------------- /som/include/som.hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/som.hh -------------------------------------------------------------------------------- /som/include/som.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/som.hs -------------------------------------------------------------------------------- /som/include/som.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/som.xh -------------------------------------------------------------------------------- /som/include/somd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/somd.h -------------------------------------------------------------------------------- /som/include/somp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/somp.h -------------------------------------------------------------------------------- /som/include/somr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/somr.h -------------------------------------------------------------------------------- /som/include/soms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/soms.h -------------------------------------------------------------------------------- /som/include/tdeq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tdeq.h -------------------------------------------------------------------------------- /som/include/tpll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tpll.h -------------------------------------------------------------------------------- /som/include/tpq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tpq.h -------------------------------------------------------------------------------- /som/include/tpq.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tpq.xh -------------------------------------------------------------------------------- /som/include/tseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tseq.h -------------------------------------------------------------------------------- /som/include/tset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tset.h -------------------------------------------------------------------------------- /som/include/tss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tss.h -------------------------------------------------------------------------------- /som/include/tss.xh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/include/tss.xh -------------------------------------------------------------------------------- /som/lib/emitc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitc.dll -------------------------------------------------------------------------------- /som/lib/emith.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emith.dll -------------------------------------------------------------------------------- /som/lib/emithc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emithc.dll -------------------------------------------------------------------------------- /som/lib/emithh.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emithh.dll -------------------------------------------------------------------------------- /som/lib/emitih.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitih.dll -------------------------------------------------------------------------------- /som/lib/emitir.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitir.dll -------------------------------------------------------------------------------- /som/lib/emitph.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitph.dll -------------------------------------------------------------------------------- /som/lib/emitsc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitsc.dll -------------------------------------------------------------------------------- /som/lib/emituc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emituc.dll -------------------------------------------------------------------------------- /som/lib/emitxc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitxc.dll -------------------------------------------------------------------------------- /som/lib/emitxh.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/emitxh.dll -------------------------------------------------------------------------------- /som/lib/somc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somc.dll -------------------------------------------------------------------------------- /som/lib/somcd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somcd.dll -------------------------------------------------------------------------------- /som/lib/somcd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somcd.lib -------------------------------------------------------------------------------- /som/lib/somct.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somct.dll -------------------------------------------------------------------------------- /som/lib/somdbg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somdbg.dll -------------------------------------------------------------------------------- /som/lib/somdbg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somdbg.lib -------------------------------------------------------------------------------- /som/lib/some.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/some.dll -------------------------------------------------------------------------------- /som/lib/somp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somp.dll -------------------------------------------------------------------------------- /som/lib/sompsl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/sompsl.dll -------------------------------------------------------------------------------- /som/lib/somr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somr.dll -------------------------------------------------------------------------------- /som/lib/somsa.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somsa.dll -------------------------------------------------------------------------------- /som/lib/somsi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somsi.dll -------------------------------------------------------------------------------- /som/lib/somsn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somsn.dll -------------------------------------------------------------------------------- /som/lib/somtk.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/lib/somtk.lib -------------------------------------------------------------------------------- /som/msg/somc.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/som/msg/somc.msg -------------------------------------------------------------------------------- /speech/h/smapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/h/smapi.h -------------------------------------------------------------------------------- /speech/h/smargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/h/smargs.h -------------------------------------------------------------------------------- /speech/h/smcallb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/h/smcallb.h -------------------------------------------------------------------------------- /speech/h/smcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/h/smcomm.h -------------------------------------------------------------------------------- /speech/h/smmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/h/smmsg.h -------------------------------------------------------------------------------- /speech/h/smrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/h/smrc.h -------------------------------------------------------------------------------- /speech/readme.vtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitwiseworks/os2tk45/HEAD/speech/readme.vtd --------------------------------------------------------------------------------