Microsoft KB Archive/102363

From BetaArchive Wiki

DOCERR: _osversion Compiler Variable Documented Incorrectly PSS ID Number: Q102363 Article last modified on 04-05-1994

7.00

MS-DOS

The information in this article applies to:
- Microsoft C/C++ for MS-DOS, version 7.0

Page 65 of the Microsoft C/C++ “Run-Time Library Reference” for version 7.0 incorrectly documents the _osversion variable as an unsigned char declared in STDLIB.H. The variable is actually declared in DOS.H as follows:

extern unsigned int __near __cdecl _osversion;

Additional reference words: 7.00 docerr KBCategory: Refs KBSubCategory:

=================================================================

Copyright Microsoft Corporation 1994.