Microsoft KB Archive/102363: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (X010 moved page Microsoft KB Archive/Q102363 to Microsoft KB Archive/102363 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
 
(No difference)

Latest revision as of 19:13, 12 August 2020

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.