When linking a FairCom RTG BTRV Edition library with a Btrieve application, some obsolete Btrieve functions were not exported, which results in an unresolved external. These old functions are now exported to avoid linking problems.
Before this modification, FairCom RTG BTRV Edition exported the following:
BTRCALL @1
BTRCALLID @2
WBTRVSTOP @6
This change adds the following to the list of exported functions:
WBRQSHELLINIT @3
WBSHELLINIT @4
WBTRVINIT @5
WBTRVIDSTOP @7
DBUGetInfo @9
DBUSetInfo @10