Windows2003-3790/base/mvdm/dos/v86/h/versionc.h
2020-09-30 16:53:55 +02:00

25 lines
832 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Microsoft Confidential
* Copyright (C) Microsoft Corporation 1991
* All Rights Reserved.
*/
#define EXPECTED_VERSION_MAJOR 5 /* DOS Major Version 4 */
#define EXPECTED_VERSION_MINOR 00 /* DOS Minor Version 00 */
/********************************************/
/*Each C program should: */
/* */
/* if ((EXPECTED_VERSION_MAJOR != _osmajor) */
/* | (EXPECTED_VERSION_MINOR != _osminor))*/
/* exit(incorrect_dos_version); */
/* */
/********************************************/
/* DOS location bits, for use with GetVersion call */
#define DOSHMA 0x10 /* DOS running in HMA */
#define DOSROM 0x08 /* DOS running in ROM */