BSEDOSPC.BI Is Missing DosSetSigHandler Definition; for OS/2 (37420)
This article was previously published under Q37420
SUMMARY
The include file BSEDOSPC.BI fails to include the definition for
DosSetSigHandler. It should be defined as follows:
DECLARE FUNCTION DosSetSigHandler%( _
BYVAL P1seg AS INTEGER,_
BYVAL P1offset AS INTEGER,_
SEG P2 AS LONG,_
SEG P3 AS INTEGER,_
BYVAL P4 AS INTEGER,_
BYVAL P5 AS INTEGER)
This information applies to Microsoft Basic Compiler Versions 6.00 and
6.00b for MS OS/2 and to Microsoft Basic Professional Development System
(PDS) Versions 7.00 and 7.10 for MS OS/2.
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB37420 |
|